html {
    scroll-behavior: smooth;
}

#tro-go-to-top.background {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(150, 150, 150, 0.5) url("../images/Backgrounds/pattern.png") repeat scroll 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#tro-go-to-top.background:hover {
    background-color: rgba(120, 120, 120, 0.5);
}

#tro-go-to-top.background.show {
    display: block;
}

#tro-go-to-top.background > div.arrow {
    display: block;
    width: 20px;
    height: 13px;
    margin-top: 14px;
    margin-left: 11px;
    background: transparent url("../images/Sprites/sprite-gray-yellow.png") no-repeat scroll -18px -36px;
    cursor: pointer;
}

.footer .frame-default ul {
    float: right;
}
.footer .frame-default ul::after {
    clear: both;
    content: " ";
    display: block;
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.footer .frame-default ul,
.footer .frame-default ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.footer .frame-default ul li a {
    color: #FFFFFF;
    display: inline-block;
}
.footer .frame-default ul li {
    padding-right: 10px;
}
.footer .frame-default ul li:last-child {
    padding-right: 0;
}

.w-slide img {
    width: 100%;
    height: auto;
}

.w-slide.troslider-force-align-left .slidetext {
    right: initial;
    left: 0;
}

.slidetext {
    width: 420px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4D4B4B;
    color: #FFF;
}

.slidetext.small {
    padding: 45px 25px 25px;
}

.slidetext.small .slidetext-h {
    font-size: 36px;
}

.slidetext.description {
    top: 118px;
    padding: 0 25px 45px 25px;
}

.slider.picture {
    height: auto!important;
}

h4 {
      color: #333;
    font-size: 36px;
    line-height: 60px;
    font-weight: 900;
   font-family: Lato, sans-serif;
}

.btn_verfuegbar {
    width: 100%;
    margin-top: 5px;
    padding: 20px 25px;
    background-color: rgba(0,105,180,.8);
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.grauerhintergrund {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #dcdcdc;
}
 
.blueBoxBorderWrap {
    position: relative;
    margin: 35px 40px 0 32px;
}

.blueBoxBorderContent {
    position: relative;
    z-index: 20;
    background: #C0D3EC;
    padding: 1px 25px 30px 25px;
}

.blueBoxBorderBorder {
    position: absolute;
    z-index: 10;
    bottom: -13px;
    right: -8px;
    top: 0;
    left: 0;
    background: url('/fileadmin/Resources/Public/images/Backgrounds/border.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.pageContent ul {
    padding: 0;
    list-style: none;
    margin: 32px 0 0 -14px;
}
.pageContent ul ul {
    margin: 20px 0 0 20px;
}

.pageContent ul li {
    font-size: 18px;
    padding: 0 0 10px 14px;
    background-image: url('/fileadmin/Resources/Public/images/Icons/listbullet.png');
    background-repeat: no-repeat;
    background-position: 0px 7px;
}

.tarif_box .accordion .trigger_fragen h3 {
    color: #0069b4;
}

.tarif_box .accordion .content_answer p {
    color: #0069b4;
}

.pageContent ul.ce-uploads li {
    background-image: none;
    margin-bottom: 10px;
}

.pageContent ul.ce-uploads li .ce-uploads-image,
.pageContent ul.ce-uploads li .ce-uploads-text {
    float: left;
    margin-right: 10px;
}

.clearer {
    clear: both;
}

.news_link .btn {
    padding: 15px 20px;
    width: auto;
    margin: 0;
}


.tro-dropdown {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.tro-dropdown-toggle {
    text-align: left;
    padding: 64px 30px 0px 0px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
}

.tro-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding-top: 26px;
}

.tro-dropdown-content-inner {
    background-color: #eef5fb;
    border-left: 2px solid #5b9fd7;
    width: 200px;
}

.tro-dropdown:hover > .tro-dropdown-content,
.tro-dropdown:focus-within > .tro-dropdown-content {
    display: block;
}

.tro-dropdown-link, .tro-dropdown-content .tro-dropdown-toggle {
    text-transform: none;
    padding: 15px 20px;
    display: block;
    color: #222222;
    border-bottom: 2px solid #fff;
}

.tro-dropdown-content .tro-dropdown:hover > .tro-dropdown-toggle,
.tro-dropdown-link:hover {
    background: #c0d3ec;
}

.tro-dropdown-content .tro-dropdown {
    display: block;
}

.tro-dropdown-content .tro-dropdown-content {
    top:0;
    left: 100%;
    padding-top: 0;
}

.tro-dropdown-content .tro-dropdown-toggle {
    padding-right: 30px;
    position: relative;
}

.tro-dropdown-content .tro-dropdown-toggle::after {
    font-family: 'webflow-icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e600";
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #0069b4;
}

.tro-dropdown-toggle.active,
.tro-dropdown-link.active {
    color: #0082f3;
}

@media screen and (max-width: 991px) {
    .tro-dropdown {
        display: block;
        border-bottom: 1px solid #a3ccea;
    }

    .tro-dropdown-toggle {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .tro-dropdown-content {
        position: static;
        padding-top: 0;
        padding-left: 20px;
    }

    .tro-dropdown-content-inner {
        background-color: transparent;
        border-left: none;
        width: auto;
    }

    .tro-dropdown-content .tro-dropdown:hover > .tro-dropdown-toggle,
    .tro-dropdown-link:hover {
        background: transparent;
    }

    .tro-dropdown-link, .tro-dropdown-content .tro-dropdown-toggle {
        text-align: left;
        border-bottom: 1px solid #a3ccea;
    }

    .tro-dropdown-link:last-child {
        border-bottom: none;
    }

    .tro-dropdown-content .tro-dropdown-toggle {
        border: none;
    }

    .tro-dropdown-toggle::after {
        font-family: 'webflow-icons' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e600";
        position: absolute;
        display: block;
        right: 10px;
        top: 25px;
        transform: translateY(-50%) rotate(90deg)!important;
        color: #0069b4;
    }
}


a.infolink {
    text-decoration: underline;
}

.map {
  position: relative;
}

.map .warning {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eef5fb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.map iframe[src] + .warning {
  display: none;
}