@import url(../assets/foundation-icons/foundation-icons.css);
@font-face {
    font-family: 'Lato-Regular';
    src: url('/fileadmin/templates/assets/fonts/Lato-Regular.ttf');  }
@font-face {
    font-family: 'Lato-Italic';
    src: url('/fileadmin/templates/assets/fonts/Lato-Italic.ttf');  }
@font-face {
    font-family: 'Lato-Light';
    src: url('/fileadmin/templates/assets/fonts/Lato-Light.ttf');  }
@font-face {
    font-family: 'Lato-Bold';
    src: url('/fileadmin/templates/assets/fonts/Lato-Bold.ttf');  }
/* Slide-Link*/
a.slidelink{
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100vh;
    
}

/*Quick-Fixes*/
.ce-gallery {
    width: 100%;
}
.large-3.for-5 {
    width: 20%;
    /* padding: 0 0.5rem 0 0.5rem; */
}
#c35 table {
  display:none;
}
.is-dropdown-submenu {
  min-width: 220px;}
a {
word-break:break-all;
}
/* News-System-WA*/
.news-single .footer, .news .footer {
border-top:none;
}
/* NVV-CSS-Workaround */
.hfs_inputgenHeader {
display:none;
}
#HFS_Inputgen .hfs_inputgenCtrlGroup:nth-of-type(1), div#HFS_Inputgen .hfs_inputgenCtrlGroup:nth-of-type(2) {
    width: 48%;
    float: left;
}
div#HFS_Inputgen .hfs_inputgenCtrlGroup:nth-of-type(1) {
margin-right:4%;
}
#HFS_Inputgen .hfs_inputgenCtrlGroup:nth-of-type(3), div#HFS_Inputgen .hfs_inputgenCtrlGroup:nth-of-type(4), div#HFS_Inputgen .hfs_inputgenCtrlGroup:nth-of-type(5) {
    width: 30%;
    float: left;
}
div#HFS_Inputgen .hfs_inputgenCtrlGroup:nth-of-type(3), div#HFS_Inputgen .hfs_inputgenCtrlGroup:nth-of-type(4) {
    margin-right:4%;
}
label.hfs_inputgenCheckboxLabel {
    width: 50%;
    float: left;
    margin-top: 35px;
}
/* Temporary Closed */

label.button.up-down.hide-for-small-only {
    display: block;
}
/* News */
.no-news-found {
    text-align: center;
    font-size: 2rem;
    padding-top: 5%;
}

/* Seasch Results */
.tx-indexedsearch-rules,.tx-indexedsearch-info {
    display:none;
}

/* Menues, Lists, Buttons and Links */
li {
    list-style-type: square;
    color: #2b2c7c;
    margin-bottom: 1%;
    line-height:1.9rem;
}

::selection {
    background: #dd7907; /* WebKit/Blink Browsers */
    color: #FFF;
}
.tx-indexedsearch-icon{
    display:none;
}
::-moz-selection {
    background: #dd7907; /* Gecko Browsers */
    color: #FFF;
}

.important {
    background: #009890 none repeat scroll 0 0 !important;
    font-style: inherit;
}
.important {
    border: medium none !important;
    color: #fff !important;
    display: inline !important;
    margin-right: 6px;
    padding: 5px 7px !important;
    text-transform: uppercase;
}


.title-bar {
    background: transparent;
    color: #dd7907;
    text-align: right;
}

.title-bar-title {
    float: right;
    width: 75%;
}

.title-bar-title img {
    max-width: 60%;
    max-height: 25px;
}


.title-bar .menu-icon {
    color: #dd7907;
    float: left;
}

.menu-icon::after, .menu-icon:hover::after {
    background: #dd7907;
    box-shadow: 0 7px 0 #dd7907, 0 14px 0 #dd7907;
}

#navigation {
    background: #2b2c7c; /* Old browsers */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    border-bottom: 3px solid #dd7907;
    min-height: 8.2%;
    padding-top: 1em;
    z-index: 100;
    font-family:'Lato-Regular';

}

.top-bar-wrapper {
}

.top-bar {
    transition: all 0.2s ease;
    padding: 0.5%;
    width: 100%;
}

.top-bar.sticky {
    transition: all 0.2s ease;
    background: rgba(043, 044, 124, 1);
    z-index: 400;
}

.top-bar.is-stuck {
    transition: all 0.2s ease;
    background: rgba(043, 044, 124, 0.9);
    padding: 0.6%;
}
.sticky.is-anchored {
    padding-top: 0;
    padding-bottom: 0;
}
.top-bar ul {
    background: none;
}

.top-bar ul li a {
    color: #FFF;
    transition: all 0.3s ease;
}

.top-bar ul li a:hover, .top-bar ul li a.is-active {
    color: #dd7907;
    transition: all 0.3s ease;
}

.top-bar ul li a:hover::after {
    content: '';

    transition: all 0.3s ease;
}

.menu-text {
    padding-right: 5%
}

ul.menu.search {

    border-radius: 4px 0px 0px 4px;
}

ul.submenu {
    background: #efefef;
    border-color: #dd7907;
    border-top-width: 3px !important;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
}

ul.submenu::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    border-color: #dd7907 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

ul.submenu a {
    color: #dd7907 !important;
}

ul.submenu li {
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.5s ease;
    border-bottom: 1px solid #dd7907;
    margin-bottom: 0px!important;
}

ul.submenu li:last-child {
    border-bottom: none;
}

ul.submenu li:hover {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

a {
}

a.logo {
    padding: 0 !important;
    display: inline-block !important;
}

a.logo img {
    width: 100px;
}

a.zoom {
    cursor: zoom-in;
}
a.more, input.button, .news-backlink-wrap a, input.hfs_inputgenSubmit {
    float: right;
    color: #FFF;
    background: #dd7907;
    padding: 8px 20px;
    transition: all 0.3s ease;
    font-size:inherit;
    line-height:inherit;
    border:none;
}
a.more:hover, input.button:hover, .news-backlink-wrap a:hover, a.more:focus, input.button:focus, .news-backlink-wrap a:focus, input.hfs_inputgenSubmit:hover {
    background: #bc6706;
    padding: 8px 25px;
    transition: all 0.3s ease;
    width:auto!important;
}
.route-links {
    /* float: right; */
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 7px; */
    /* vertical-align: middle; */
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    /* float: right; */
}

a.route, i.route {

    text-transform: uppercase;
    color: #FFF !important;
    display: inline !important;
    margin-right: 6px;
    padding: 5px 7px !important;
    border: none !important;
}

a.route.line, i.route.line {
    background: #009890 !important;
    font-style: inherit;
}

a.route.line:hover {
    background: #06837c !important;
}

a.route.service {
    background: #666 !important;
}

a.route.service:hover {
    background: #999 !important;
}

i.route.line.block {
    display: block !important;
}

.orbit-slide a {
    float: right;
}

.orbit-slide a i {
    margin-right: 5px;
}

li.orbit-slide {
    min-height: 450px;
}
.quicknavi {
    position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
}
.quicklinks-wrapper {
    position: absolute;
    top: 0;
    left:0;
    z-index: 200;
    width: 230px;
}
.quicklinks {
    list-style: none;
    list-style-position: inside;
}

.quicklinks li {
    color: #dd7907;
    font-size: 1.3rem;
    padding: 2% 0;
    display: block;
    border-bottom: 1px solid #dd7907;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.quicklinks li:hover {
    background: rgba(0, 0, 0, 0.1);
    padding: 2% 0;
    transition: all 0.5s ease;
}

.quicklinks li:hover i {
    right: 0;
    transition: all 0.5s ease;
}

.quicklinks li:first-child {

}

.quicklinks li.is-dropdown-submenu-parent {
    background: #dd7907;
    color: #FFF;
}

.quicklinks li.is-dropdown-submenu-parent a {

    color: #FFF;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #FFF transparent transparent;
    right:5px;
}

.quicklinks li a {

    color: #dd7907;

}
.menu.vertical > li {
    display: inline-block;
}
.quicklinks li a i {
    padding-right: 2%;
}

.button {
}

.button.search i {
}

.button.go {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 150px;
    margin-right: -80px;
}

.button.go i {
    margin-right: 10%;
}

.button.to-top {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3000;
    opacity: 0.3;
    background-color: #9c9c9c;
}

.teaser .white-backdrop, .teaser .grey-backdrop {
    transition: all 0.8s ease;
}

.teaser:hover .white-backdrop {
    transition: all 0.8s ease;

}
.cta {
    background: #dd7907;
    color: #FFF;
    padding:8px 20px;
    text-align: left;
    transition: all 0.3s ease;
    float: right;
    width: auto !important;
    margin-bottom:0;
    margin-top: 2px;
    font-size: 1rem;
    display: inline-block;
}

.teaser p {
    padding: 5% 8%;
    height: 240px;
    overflow-y: hidden;
}
.teaser div div .column {
    padding-left: 0;
    padding-right: 0;
}
.teaser a.cta, .teaser a.cta:hover {
    width: 100%!important;
    display: block;
    padding: 8px 0px 8px 13px!important;
}


.teaser-links-wrapper {
    border-top: 1px solid #dd7907;
    min-height: 175px;
    position: relative;
}

.teaser .large-up-1 > .column {

    margin-bottom:0px;
    margin-top: 0px!important;
}
.teaser .large-up-2 > .column:nth-of-type(2n+2) {
    border-left: 1px solid white;
}

.teaser-links {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta i {
    padding-right: 5px;
}
.cta:hover, .teaser:hover .cta:hover, .orbit-container:hover .cta:hover, .info-item:hover .cta:hover {
    background: #bc6706;
    transition: all 0.3s ease;
    color: #FFF;
}
/*
.cta:hover, .teaser:hover .cta, .orbit-container:hover .cta, .tabs-panel:hover .cta {

    background: #dd7907;
    padding:8px 25px;
    color: #FFF;
    width: auto;
    box-shadow: #9c9c9c 4px 4px 8px;
    text-align: right;
    transition: all 0.3s ease;
    float: right;
    width: auto !important;


}
*/
.cta:hover {

    background: #bc6706;
    padding:8px 25px;
    color: #FFF;
    width: auto;
    transition: all 0.3s ease;
    width: auto !important;


}
.slide-content {
    padding-bottom: 10%;
}

.slide-content .cta {
    position: absolute;
    bottom: 0;
    right: 0;
    float: none;
}

footer {
}

footer h3 {
    color: #FFF;
}

footer i {
    text-align: center;
    font-size: 1.5rem;
}

ul.footer-links {
    list-style-position: inside;
    list-style-type: none;
    margin-left: 0;
}

ul.footer-links li a, footer a {
    color: #fff;
}

ul.footer-links li a::before {
    content: '» ';
}

ul.shedule-detail {
    margin: 3% 5%;

}

ul.shedule-detail li {
    font-weight: bold;
    list-style-type: square;
    list-style-position: outside;
    color: #2b2c7c;
    margin: 10px 0;

}

ul.shedule-detail li a {
    margin-left: 5px;
}

ul.shedule-detail li a::before {
    content: '» ';

}

ul.accordion {
    background: #FFF;
}
.accordion-title {
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 2.5% 0 2.5% 0;
    border-bottom: 1px solid #dd7907;
    padding: 1% 0;
}
.accordion-title::before {
    font-weight: 400;
    font-size: 1.8rem;
}
.accordion-title:hover, .accordion-title.is-active, .accordion-item.is-active, .accordion-item.is-active a, .accordion-title:active, .accordion-title:focus {
    background: none;
}
.accordion-title h2 {
    width: 98%;
}
.accordion-content {
    border: none;
    background: none;
    padding: 0;
}

:last-child:not(.is-active) > .accordion-title, :last-child:not(.is-active) > .accordion-title  {

    border-bottom: 1px solid #dd7907;
}
:last-child > .accordion-content:last-child, :last-child > .accordion-content:last-child {
    border-bottom: none;}

li.accordion-item {
    list-style-type: none;

}
li.accordion-item h2 {
    margin-bottom: 0;
}
/* Typographie */

body {
    font-family: 'Lato-Regular', sans-serif;
    color: #9c9c9c;
    background: #FFF;
    background-size: cover;

}
p {
    font-family:'Lato-Regular';
    font-size:1.1em;
    font-weight:300;
}
h1 {
    font-size: 2.3em;
    font-family:'Lato-Bold'!important;
    color: #dd7907
}

h1 i {
    margin-right: 5px;
}

h1, h2, h3, h4, h5, p {
    font-family: 'Lato-Regular', sans-serif;
}

h2 {
    font-size: 1.8rem;
    color: #2b2c7c;
    font-family:'Lato-Italic';
    margin-bottom: 2%;

}

h2.orange-backdrop, h2.grey-backdrop {
    color: #2b2c7c;
    display: block;
    padding: 15px 30px;
    margin-bottom: 0;
}
h2.blue-backdrop {
    color: #FFF;
    display: block;
    padding: 15px 30px;
    margin-bottom: 0;
}

h2.orange-backdrop {
    color: #FFF;
}
h2.small {
    font-size: 1.2rem;
    margin-top: 17px;
}
.teaser h2 {
    font-size: 1.2rem;
}

h2 i, h3 i {
    margin-right: 3%;
}
h3.tel-info {
    background: #dd7907;
    margin-bottom: 2%;
    padding: 5% 0% 5% 10%;
    color: #FFF!important;
}
h3.tel-info a, h3.tel-info a:hover{
    color: #FFF!important;
}
h3.info {
    /*padding: 5% 0% 5% 10%;*/
    color: #dd7907;
}
h3.info a, h3.info a:hover{
    color: #dd7907;
}
.info-item-wide {
    margin-bottom: 5%;
    padding-bottom: 2%;
}
.newslist-start .info-item-wide {
    margin-bottom: 1%;
    padding-bottom: 0;
}
.newslist-start hr {
    margin: 23px;
}
.info-item-wide h3, .info-item-wide p {
    min-height:60px;
}
.newslist-start .info-item-wide h3, .info-item-wide p {
    min-height:0;
    height:auto;
}
.button {
    background: #DD7907;
    border-radius: 0;
}


.button.search {
    border: 0;
    background: #dd7907 url("/fileadmin/templates/assets/search-icon-white.png") no-repeat center center;
    background-size: 35%;
    display: block;
    /*padding: 7px 20px 7px 21px!important;*/
    transition:all 0.2s ease;
    height:39px;

}

input.button.search:hover {background:#bc6706 url("/fileadmin/templates/assets/search-icon-white.png") no-repeat center center;background-size: 50%; transition:all 0.2s ease;}
.menu-text {
    padding: 0 40px 0 20px;
}

h3 {
    font-size: 1.3rem;
    color: #2b2c7c;
}
.row.line-net img {
    float: right;
}
.line-net h3 {

}

p, label, legend {
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    color: #666;
    font-size:1.1rem;
    font-family:'Lato-Light';


}
legend {
color:#2b2c7c;
}
label span {
    font-size: 1rem;
    font-style: italic;
}
footer p {
    color: #FFF;
}
.intro-text {
    margin: 0 0 5% 0;
}

/*Images, Sliders*/
section#slider {
    border-bottom: 3px solid #dd7907;
    box-shadow: 0px 5px 20px 4px rgba(0, 0, 0, 0.2);
    height: 92%;
    position: relative;
    z-index: 0;

}
.orbit {
    max-height:100%;
    overflow:hidden;
    z-index:100;
    height: 100%;
}
.orbit-container {
width: 100%!important;
height: 100%!important;

}
li.orbit-slide {
    background-size: cover;
    height:100%!important;
    max-height:100%!important;
    list-style-type: none;
    margin-bottom:0px;
    background-position:top center;
}
}
.bg-right {
    background-position-x: 0 !important;
}

.bg-center {
    background-position-x: 50% !important;
}

#image-header {
    position: relative;
    border-bottom: 1px solid #dd7c79;
    background: #efefef;
    z-index: 100;
    /*box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 50px 4px;*/
}

section#image-header .row .column {
    position: relative;
}

#info-tabs-wrapper {
    position: absolute;
    padding-top: 5%;
    right: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 200;
}
/*#info-tabs-wrapper:hover .tabs-content{
    max-height: 600px;
    overflow: hidden;
    transition:max-height 0.8s ease-in;
}*/

input[type=checkbox]#klapp:checked ~ .tabs-content {
    max-height: 600px;
}
input[type=checkbox]#klapp {
    display: none;
}
input[type=checkbox]#klapp ~ label::before {
    content: '»';

}

input[type=checkbox]#klapp:checked ~ label{
    width: 50px;
    height: 50px;
    font-size: 36px;
    font-family: Lato-Regular;
    border-radius: 80px 80px 80px 80px;
    transform: rotate(90deg);
    text-align: center;
    margin-bottom: -13px;
    transition:  0.8s ease;
}
input[type=checkbox]#klapp ~ label {
    width: 50px;
    padding: 2px 8px 8px 8px;
    height: 50px;
    font-size: 36px;
    font-family: Lato-Regular;
    border-radius: 80px 80px 80px 80px;
    transform: rotate(-90deg);
    text-align: center;
    margin-bottom: -13px;
    transition: all 0.8s ease;

}
.button.up-down {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: -6px;
}
.info-tab-container {
    padding: 0 !important;
}
section#info-tabs {
}

.tabs {
    border-top: 1px solid #dd7907;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
ul.tabs li.tabs-title {
    margin-bottom: 0;
}
.tabs-content {
    border: none;
    position: relative;
    padding-bottom: 0%;
    max-height: 0;
    overflow: hidden;
    transition:all 0.6s ease-out;
}

.tabs-title {
    width: 33.3333333333%;
    text-align: center;
    list-style-type: none;
    border-right:1px solid white;
}
.tabs-title:last-child {
    border-right: none;
}
.tabs-title > a {
    display: block;
    line-height: 1;
    font-size: 1.5em;
    background: #9c9c9c;
    color: #FFF;
    transition: all 0.8s ease;
}

.tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #2b2c7c;
    transition: all 0.8s ease;

}

.tabs-title > a > i {
    margin-right: 5px;
}

.tabs-title:last-child {
    float: right
}

.tabs-panel {
    *zoom: 1;
    margin-bottom: 0rem;
    /* Customized */
    opacity: 1;
    padding: 2rem;
    min-height: 19rem;
}

.tabs-panel.is-active {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    opacity: 1;
    display: block;
}
.pagination {
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 3%;
}
.pagination a:hover, .pagination button:hover {
    background: #dd7907;
    color: white;
}
.pagination a, .pagination button {
    color: #dd7907;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0px;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tabs-panel:before, .tabs-panel:after {
    content: " ";
    display: table;
}

.tabs-panel:after {
    clear: both;
}

.tabs-panel > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
}

img {
}

.orbit {
    background: #FFF;
    color: #2b2c7c;

}

.orbit-wrapper {

}

.orbit-container {
    background: #FFF;

}

button.orbit-previous, button.orbit-previous:focus, button.orbit-previous:active, button.orbit-next, button.orbit-next:active, button.orbit-next:focus {
    background: #dd7907;

}

button.orbit-previous:hover, button.orbit-next:hover {
    background: #bc6706;
}

.orbit-container h2 i {
    margin-right: 1%;
}

.orbit-container h2 {
    padding: 0.5% 2.5%;
    border-bottom: 1px solid #dd7907;
}

.slide-content {
    padding: 1% 2%;
}

.orbit-bullets {
    color: #FFF;
    text-align: center;
    /*background: #9c9c9c;*/
}

.orbit-bullets button {
    background: #dd7907;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    transition: all 0.4s ease;
    box-shadow: inset 1px 5px 2px 1px rgba(0, 0, 0, 0.2)
}

.orbit-bullets button:hover, .orbit-bullets button.is-active {
    background: #bc6706;
    transition: all 0.8s ease;
    box-shadow: inset 1px 5px 8px 1px rgba(0, 0, 0, 0.2)
}

.orbit-bullets button i {
    padding: 5%;
}

.orbit-slide {
    position: relative;
}

.orbite-slide a.cta {
    position: absolute;
    right: 0;
    bottom: 0;
}

nav.orbit-bullets {
    border-top: 1px solid #dd7907;
    padding: 1% 0;
    margin-top: 0
}

.image-container {
    position: relative;
    width: 100%;
    padding: 0 !important;
    max-height: 450px;
    overflow: hidden;


}

.image-caption {
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 3% 2% 3% 5%;
    box-shadow: inset 1px 5px 2px 1px rgba(0, 0, 0, 0.2);
    border-left: 20px solid #2b2c7c;

}

.image-caption-wrapper {
    background-image: url('../assets/triangle-captions.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 70px;
    position: absolute;
    width: auto;
    max-width: 45%;
    opacity: .8;

}

.bottom-center {
    left: 50%;
    bottom: 10%;
}

.bottom-left {
    right: 50%;
    bottom: 5%;
}

.image-caption h1 {
    color: #dd7907;
    text-align: left;
}

/* Forms */
.input-group-label {
    text-align: center;
    background:#2b2c7c;
    color: #FFF;
    border: 1px solid #666;
    white-space: nowrap;
    width: 1%;
    height: 100%;
    font-size: 1.45em;
}
.input-group select {
    margin-bottom: 0;
}
.input-group-label

select:focus {

    border: 1px solid #dd7907;
}

select option {
    background: #FFF;
    color: #666;

}

input {
}

input.search {
    margin-right: 0;
    border: none;
    transition: all 0.3s ease;
    max-width: 80px;
    box-shadow: none;
    /*padding: 0rem 0.75rem;*/
    float: right;
}

input.search:focus, input.search:hover {
    max-width: 250px;
    transition: all 0.3s ease;
    box-shadow: none;
    border: none;
    margin-right: 0;



}

label {
    margin-bottom: 1rem;
}
.ui-datepicker-title {
    background: #2b2c7c;
    display: block;
    text-align: center;
    color: #FFF;
    padding: 1%;
}
.ui-icon.ui-icon-circle-triangle-w {
    background: #dd7907;
    color: #fff;
    padding: 1% 5%;
    float:left;
}

.ui-icon.ui-icon-circle-triangle-e {
    background: #dd7907;
    color: #fff;
    padding: 1% 5%;
    float:right;
}
/* Divs, Boxes and Re-Foundation */
section#content {
    position: relative;
    margin-top: 2%;
    margin-bottom: 2%;
}

.info-item-wrapper {

    padding: 0 5%;
    height: 100%;
    height: auto;
    margin-bottom: 2rem;
}
.news-special .tease-text p {
    min-height:118px;
}
.news-special .info-item h3 {
    min-height: 58px;
}
#content .info-item {
    padding: 4%;
}

.info-item {
    border-right: 1px solid #efefef;
    position: relative;
}

.info-item:last-of-type {
    border-right: none;
}

#news-slider {
    padding-top: 5%;
}

.row {

}

.row.margin {
    margin-top: 2%;
    margin-bottom: 2%;
}

.rounded-left {
    border-right: 1px solid white;
    border-radius: 0px 0px 0 50px;

}

.rounded-right {
    border-right: 1px solid #2b2c7c;
    border-bottom: 1px solid #2b2c7c;
    border-radius: 0px 0px 50px 0px;
}

.rounded-top {
    border-left: 1px solid #2b2c7c;
    border-top: 1px solid #2b2c7c;
    border-radius: 50px 0px 0px 0px;
}

.orange-backdrop {
    background: #dd7907;
}

.grey-backdrop {
    background: #f9f9f9;
    border-bottom: 1px solid #dd7907;
}
.blue-backdrop {
    background: #2b2c7c;
    border-bottom: 1px solid #dd7907;
}

.white-backdrop {
    background: #FFF;

    border-right: none;
    padding-bottom: 2%;
    position: relative;
}


footer.footer {
    background: #2b2c7c;
    border-top: 3px solid #dd7907;
    color: #FFF;
    padding: 1.5% 0;;
}

.shadow-box {
    box-shadow: 0px 6px 20px 4px rgba(0, 0, 0, 0.1)
}

.info-item-wrapper .tease-text,.info-item-wrapper .tease-textg {
 {
    height: 100%;
}
}


/*Mobile Breakpoints */

/* Small only */
@media screen and (max-width: 39.9375em) {
 /* NVV-CSS-Hack */
#HFS_Inputgen .hfs_inputgenCtrlGroup {
    width: 100%!important;

}
label.hfs_inputgenCheckboxLabel {
    width: 50%;
    float: left;
    margin-top: 35px;
}    
body {
        background: #FFF;
    }
    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.2rem;}
    .teaser h2 {
        font-size: 1.2em;
        padding: 10px 15px;
    }
    h3 {
        font-size: 1rem;
        color: #2b2c7c;
        font-weight: bold;
    }
    .top-bar-right {
        width: 100%;
        display: block;
        padding: 5%;

    }
    .is-drilldown {min-height: 385px!important;}
    .button.search {

    }
    li.menu-text {
        display: none !important;
    }

    ul.dropdown.menu li {
        display: block;
    }

    ul.submenu {
        background: #2b2c7c;
        -webkit-box-shadow:none;
        -moz-box-shadow: none;
        box-shadow: none;

    }

    ul.submenu li {
        border: none;
    }

    ul.submenu li a {
        color: #FFF !important;

    }

    .menu > li {
        width: 100%;
    }

    input.search, input.search:focus {
        width: 100%;
        max-width: 100%;
    }
  .orbit {
    height:auto;
  }
    .orbit-container .slide-content {

    }

    .orbit-container .slide-content .columns {
        margin-top: 5%;
        margin-bottom: 2%;
    }

    #navigation {
        height: auto;
        padding: 1% 0;
    }


    #slider {

    }
    #info-tabs-wrapper:hover .tabs-content{
        max-height: none;
        overflow: visible;
        transition:max-height 0.8s ease-in;
    }
    .tabs-content {
        max-height:none;
        overflow: visible;;
    }
    .columns, .column {
        display: block;
    }

    li.tabs-title {
        font-size: 1.4em;
    }

    .teaser {
        margin: 5% 0;
    }

    a.route {
        padding: 2px 3px !important;
    }

    .shedule-detail i.route.line {
        display: inherit !important;

    }
    ul.shedule-detail li {
        margin: 0rem 0;
        font-size: 0.9em;
        line-height: 1.8em;
    }
    .shedule-detail li a {

        display: block;
    }

    .teaser .white-backdrop, .teaser .grey-backdrop {
        padding-bottom: 0px;
    }
    .info-item-wrapper {
        height:7rem;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #efefef;

    }
    .info-item {
        border-right: none;
        padding-left: 0.2rem;
        padding-right: 0.2rem;

    }
    .news-special .tease-text p {
        min-height:0px;
    }
    .news-special .info-item h3 {
        font-size: 1em;
        min-height:0px;
    }
    #info-tabs-wrapper {
        position: relative;
        height: auto;
        padding: 0;


    }
    section#slider {
        background: #FFF;
        border-bottom: none;
        box-shadow: none;
    }
    .info-tab-container {
        padding-right: 0;
        padding-left: 0;
    }
    .tabs-title > a {
        font-size: 1em;
        padding:0.8rem 1.5rem;
    }
    .is-drilldown-submenu-parent > a:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: transparent transparent transparent #dd7907;
        border-left-style: solid;
        border-right-width: 0;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 1rem;
    }
    .button.search {
        border: 0;
    }
    .accordion-title {

    }
    .accordion-title::before {
        font-weight: 400;
        font-size: 1rem;
    }
    li.accordion-item {
        margin-bottom: 5%;
    }
    .accordion-item h2 {
        font-size: 1.2rem;
    }
    .tabs-panel.is-active {

        padding-top: 1rem;
    }

    .tabs-panel.is-active p {
        font-size:1em;
    }

    h2.small {

        margin-top: 0;
    }

    .info-item-wrapper {
        height:auto;
    }

    .news-special .tease-text p
    {font-size:1em;}

    a.more, a.more:hover{
        padding: 5px 10px;}
    li.orbit-slide {
  min-height:190px!important;
  background-position:bottom left;
}

}

/* Medium and up */
@media screen and (min-width: 40em) {
    .menu .active > a {
        color: #dd7907;
        background:none;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
   
    body {
        background: #FFF;
    }

    .menu.medium-horizontal > li {
        display: tabel-cell;
    }

    li.menu-text {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }

    ul.menu.search {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #navigation {
        min-height: 14%;
    }

    section#slider {
        height: 86%;
    }

    .top-bar.is-stuck {
        border-bottom: none;
    }

    .route-links {
        font-size: 0.8rem;

    }

    #info-tabs-wrapper {
        padding-top: 20%;
    }

    .tabs-title a {
        padding: 5% 10%;
    }

    .tabs-title i {
        font-size: 2rem
    }

    .bottom-center {
        right: 2%;
        bottom: 5%;
    }

    .image-caption-wrapper {
        max-width: 85%;
    }

    .teaser {
        margin: 5% 0;
    }

    .teaser .white-backdrop {
        padding-bottom: 0px;
    }

    .bottom-left {
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        opacity: 1;
    }

    .bottom-left .image-caption {
        background-color: rgba(255, 255, 255, 1) !important;
        padding: 3% 2% 3% 2%;

        border-left: none;
    }

    .bottom-left .image-caption.shadow-box {
        box-shadow: none;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}
