/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v16-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-700 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dosis-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v16-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}




body {
    font: 400 17px/1.5 Oswald, sans-serif;
    color: #222222;
}


p {
    font: 400 17px/1.4 Oswald, sans-serif;
    color: #222222;
}

a {
    color: #006CB8;
}

h1 {
    display: none;
}

h2, h3, h4 {
    font-weight: bold;
    margin: 10px 0 30px 0;
    color: #006CB8;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}

.bg-1 h3 {
    color: #fff;
}

.bg-1 p {
    font-style: italic;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}



.firstcontainer .container h2 {
    margin-top: 20px;
}

.headliner-seperator {
    text-transform: uppercase;
    background: transparent url(/img/h-separator-line-png-data.png) 0 50% repeat-x;
    position: relative;
    text-align: left;
}

.headliner-seperator span {
    background: #fff;
    padding: 0 15px;
    z-index: 200;
    display: inline-block;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}



.open .dropdown-toggle {
    color: #FFFFFF;
    background-color: #006CB8 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #FFFFFF;
}

.dropdown-menu li a {
    color: #000 !important;
}

.dropdown-menu li a:hover {
    background-color: #006CB8 !important;
    color: white !important;
}

.dropdown-menu > li > a {
    white-space: normal !important;
}

footer {
    margin-top: 90px;
    background-color: #555555;
    color: #FFFFFF;
    padding: 32px;
}

footer img {

}

footer h2 {
    color: #EEEEEE;
    margin-bottom: 10px;
    font-size: 20px;
}

footer p {

}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

#logo {
    width: 200px;
}

.bg-1 {
    background-color: darkslategray;
}

.bg-2 {
    background-color: yellowgreen;
}

.bg-3 {
    background-color: darkolivegreen;
}

.bg-gray {
    background-color: #EFEFEF;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-white-trans {
    background-image: url("/img/alphatier.png");
    background-repeat: repeat;
}


.bg-white-shadow {
    background-color: #FFFFFF;
-webkit-box-shadow: 0px 0px 5px 0px rgba(161,159,161,0.52);
-moz-box-shadow: 0px 0px 5px 0px rgba(161,159,161,0.52);
box-shadow: 0px 0px 5px 0px rgba(161,159,161,0.52);
}

.picsmall {
    height: 190px;
    height: 230px;
    overflow: hidden;
}

.pic img,
.picsmall img {
    width: 100%;
    height: auto;
}

.picsmall2 {
    height: 370px;
    overflow: hidden;
    background-color: #eeeeee;
}

.picsmall2 img {
    width: 100%;
}

#tour {
    margin-top: -50px;
}

.navbar-default {
    border-bottom: 2px solid #006CB8;
}

.navbar-brand-logo {
    float: none;
    padding: 0px;
    height: 90px;
}

.navbar-brand-logo > img {
    height: 100%;
    padding: 10px;
    width: auto;
    max-height: 100px
}

.whitebox {
    background-color: white;
}

a.blocklink {
    display: block;
    text-decoration: none;
}

a.blocklink:hover {
    text-decoration: none;
}

.w100pc {
    width: 100%;
}

.w90pc {

}

.col {
    color: white;
}

.fb {
    float: left;
    width: 10%;
    margin-right: 20px;
}

.font-white {
    color: white;
}

.kooppic {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kooppic img {
    max-width: 90% !important;;
    max-height: 150px !important;;
    margin: 0px auto !important;
    height: auto;
    width: auto;
}

.kooppic .img-responsive {


}


.thumbnail {
    padding: 15px;
    border: none;
    border-radius: 0;
    height: 120px;
}

.thumbnail h2 {
    text-align: right;
    font-size: 27px;
    margin: 0px;
    padding: 0px;
    
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.parallax-container {
    height: 400px;
    width: 100%;
}

.parallax-container .markedcontainter {
    margin-top: 300px;

    color: white;
    padding:20px;
    display: inline;
    float:right;
    line-height: 1;
    width: 475px;

    background-color: #006CB899;

}

.parallax-container .container2 {
    background-image: url("/img/logo_box.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    border-radius: 12px;
    width: 300px;
    height: 300px;

    color: white;

    display: inline;
    float:right;
    line-height: 1;

    position: absolute;
    top: 212px;
    left: 50%;
    margin-left: 185px;

}

.parallax-container .container p.bold {
    font-size: 30px;
    color: white;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
    
}

.parallax-container .container p.bold span {
    font-size: 65px;
}

.parallax-container .container p {
    font-size: 25px;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top:30px;
}

.parallax-mirror {
    min-height: 600px;
}

@media (max-width: 767px) {
    .navbar-brand {
        height: 70px !important;
    }

    .parallax-container .container h2 {
        font-size: 55px !important;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        height: 60px !important;
    }

    .parallax-container .container h2 {
        font-size: 45px !important;
    }
}

.margin-top {
    margin-top: 50px;
}

.margin-top-small {
    margin-top: 25px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.margin-bottom-small {
    margin-bottom: 25px;
}

.margin {
    margin: 15px;
}

.padding {
    padding: 15px;
}

.nomargin {
    margin: 0px;
}

.nomargin-top {
    margin-top: 0px;
}

.nopadding {
    padding: 0px;
}

.nopadding-top {
    padding-top: 0px;
}

.bgheader {
    background-image: url("../img/paralax.jpg");
    background-repeat: no-repeat;
    background-position: 0px 35%;
    background-size: 100%;
    margin-top: 115px;
    height: 450px;
}
.bgheader3 {
    background-image: url("../img/paralax.jpg");
    background-repeat: no-repeat;
    background-position: 0px 100%;
    background-size: 100%;
    margin-top: 115px;
    height: 450px;
}
.bgheader2 {
    background-image: url("../img/paralax.jpg");
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 100%;
    margin-top: 115px;
    height: 375px;
}

.firstcontainer {
    margin-top: -250px;
}

.footerlinks {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footerlinks li {
    padding: 3px;
    margin-bottom: 10px;
}

.footerlinks li ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
}

.footerlinks li {
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-bottom: 11px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.footerlinks li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #AAAAAA;
}

.footerlinks li ul li {
    padding: 3px;
    padding-left: 15px;
    margin-bottom: 0px;
}

.footerlinks li ul li a {
    font-size: 12px;
}

.fullbg {
    background: url(../img/paralax.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 15px;
    margin-right: 15px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fullbox {
    margin-top: 25px;
    margin-bottom: 25px;
}

.innerpadding {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.padding-left {
    padding-left: 15px;
}
.padding-top {
    padding-top: 15px;
}

.border-bottom {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.border-top {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #eeeeee;
}




ol li {
    padding: 10px;
}


ol li ul {
    padding: 0;
}

ol li ul li {
    padding: 0;
}


ul {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;

}

*, ::after, ::before {
    box-sizing: border-box;
}

ul.list li {
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-bottom: 11px;
    margin-left: 10px;
}

ul.list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #333333;
}

ul.list li {
    hyphens: auto;
    -moz-hyphens: inherit;
}



ul.list2 li {
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
}

ul.list2 li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #333333;
}

ul.list3 li {
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    padding-bottom: 5px;
    margin-left: 10px;
    border-bottom: 1px solid lightblue;
}

ul.list3 li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
}

ul.list3 li {
    hyphens: auto;
    -moz-hyphens: inherit;
}

ul.list3 li a {
    color: white;
}


ul.small {
    font: 400 14px/1.6 Montserrat, sans-serif;
}

ul.smaller {
    font: 400 13px/1.5 Montserrat, sans-serif;
}

.news h3 {
    color: #f1b135;
}

h3.beraterheader {
    min-height: 60px;
    margin-bottom:0px !important;
}

.news a {
    text-decoration: none;
    color: #222222;
}



#topnav {
    display: block;
    position: absolute;
    z-Index: 6;
    top: 12px;
    left: 50%;
    margin-left: -100px;
    width: 575px;
    list-style-type:			none !important;
}

#topnav li {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
	height:						23px;
	float:						right;
}

#topnav li a {
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}

.clear {
    clear: both;
}



.flexbox div.col-md-4 {
  height: 200px;
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

/* to center flex-items */
.flex-item {
   margin: auto;
}

div.img-responsive img {
    display: block;
    max-width: 100%;
    height: auto;
}

.blocksatz {
    text-align: justify;
}

.dropdown-menu {
    font-size: 15px;
}




.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #006CB8;
    border-color: #006CB8;
}
.pagination > li > a, .pagination > li > span {
    color: #006CB8;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #006CB8 !important;
    color: white !important;
}





.scroll {
    width: 100px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: -30px;

    cursor: pointer;
    text-align: center;
    line-height: 0.7;

}

.scroll i {
    border: solid #333333;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top:-7px;
}








.bounce {
  animation: bounce 3s infinite;
}

.coloring {
  animation: coloring 3s infinite;
}


@keyframes coloring {
  0%, 20%, 50%, 80%, 100% {
    border-color: #333333;
  }
  60% {
     border-color: #AAAAAA;
  }
}
@keyframes bounce {

    0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(12px);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

nav.navbar .container p {
    padding-top: 19px;
}

@media only screen and (max-width: 768px), only screen and (device-width: 375px) and (device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (device-width: 414px) and (device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 413px) and (max-device-width: 415px), only screen and (min-device-width: 374px) and (max-device-width: 376px), only screen and (min-device-width: 359px) and (max-device-width: 361px), only screen and (min-device-width: 319px) and (max-device-width: 321px), only screen and (max-width: 415px), only screen and (device-width: 375px) and (device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (device-width: 414px) and (device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 413px) and (max-device-width: 415px), only screen and (min-device-width: 374px) and (max-device-width: 376px), only screen and (min-device-width: 359px) and (max-device-width: 361px), only screen and (min-device-width: 319px) and (max-device-width: 321px), only screen and (max-width: 415px) {
    .navbar-brand-logo > img {

        float:left;
        padding:0px;
        padding-top:3px;
        padding-right: 10px;
    }


nav.navbar .container p {
    padding-top: 10px;
    font-size: 13px;
}



    .navbar-header {
        background-color: white;
    }

    .whitebox {
        float:left;
        width: 80%;
    }


    .row-eq-height {
        display: block;
    }

    .margin {
        margin-left: 0px;
        margin-right: 0px;
    }

    .bgheader {
        margin-top: 20px;
        height: 150px;
    }

    .firstcontainer {
        margin-top: 0px;
    }

    #topnav {
        margin-left: 0px !important;
        width: 100% !important;
        background-color: #EEEEEE;
        left: 0px;
        top: -20px;
    }

    #topnav li {
        padding-left: 10px;
        padding-right: 10px;
    }


    .navbar-fixed-top {
        top: 20px;
    }


    .parallax-container .container p.bold {
        font-size: 25px !important;
    }

    .parallax-container .container p.bold span {
        font-size: 32px  !important;
    }

    .parallax-container .container p {
        font-size: 20px !important;
    }

    h2 {
        font-size: 30px  !important;
    }

    .parallax-container .markedcontainter {
    width: 100%;
}

.parallax-container .container2 {
    display: none;
}
}

.img-responsive {
    margin: 0 auto;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold !important;
}

.useronline {
    z-index: 999;
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: 200px;
    width: 150px;
}

label {
    margin-top: 5px;
    font-weight: normal;
}

input.has-error {
    border-color:red;
}

select.has-error {
    border-color:red;
}

.px5 {
    min-height: 5px;
  }

.px10 {
    min-height: 10px;
  }

.px15 {
    min-height: 15px;
  }

.padding5 {
    padding: 5px;
  }

.px10 {
    padding: 10px;
  }

.px15 {
    padding: 15px;
  }

footer p {
    color: white !important;
}

.boxheight {
    min-height: 230px;
}