@charset "utf-8";
/* CSS Document */
/* thasadith-regular - latin */
@font-face {
    font-family: 'Thasadith';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/thasadith-v2-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Thasadith Regular'), local('Thasadith-Regular'), url('../fonts/thasadith-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/thasadith-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/thasadith-v2-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/thasadith-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/thasadith-v2-latin-regular.svg#Thasadith') format('svg'); /* Legacy iOS */
}
/* thasadith-italic - latin */
@font-face {
    font-family: 'Thasadith';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/thasadith-v2-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Thasadith Italic'), local('Thasadith-Italic'), url('../fonts/thasadith-v2-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/thasadith-v2-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/thasadith-v2-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/thasadith-v2-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/thasadith-v2-latin-italic.svg#Thasadith') format('svg'); /* Legacy iOS */
}
/* thasadith-700 - latin */
@font-face {
    font-family: 'Thasadith';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/thasadith-v2-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Thasadith Bold'), local('Thasadith-Bold'), url('../fonts/thasadith-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/thasadith-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/thasadith-v2-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/thasadith-v2-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/thasadith-v2-latin-700.svg#Thasadith') format('svg'); /* Legacy iOS */
}
/* thasadith-700italic - latin */
@font-face {
    font-family: 'Thasadith';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/thasadith-v2-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Thasadith Bold Italic'), local('Thasadith-BoldItalic'), url('../fonts/thasadith-v2-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/thasadith-v2-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/thasadith-v2-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/thasadith-v2-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/thasadith-v2-latin-700italic.svg#Thasadith') format('svg'); /* Legacy iOS */
}
/* dancing-script-regular - latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dancing-script-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Dancing Script Regular'), local('DancingScript-Regular'), url('../fonts/dancing-script-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/dancing-script-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/dancing-script-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/dancing-script-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/dancing-script-v9-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Thasadith', sans-serif;
    color: #16285a;
    font-size: 130%;
    position: relative;
    line-height: 35px;
}
* {
    margin: 0;
    padding: 0;
}
img, embed, object {
    max-width: 100%;
    height: auto;
    width: 100%;
    border: 0px;
    z-index: auto;
    outline: none;
}
h1 {
    font-family: 'Dancing Script', cursive;
    color: #25408f;
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 55px;
	text-align:center;
}
h2 {
    font-family: 'Dancing Script', cursive;
    color: #25408f;
    font-size: 45px;
    line-height: 55px;
}
h3 {
    color: #16285a;
}
a:link {
    color: #25408f;
    text-decoration: underline;
}
a:visited {
    color: #25408f;
    ;
}
a:hover {
    color: #171f36;
}
.txtCenter {
    text-align: center;
}
.wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.topHgBlue {
    background-color: #25408f;
    height: 170px;
}
.logo {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 8000;
    margin-top: 10px;
}
.logo img {
    width: 150px;
}
/*start*/
.container {
    margin: auto;
    max-width: 1920px;
    /*width: 100%;*/
    background-color: #fff;
    overflow-x: hidden;
}
.container1400 {
    margin: auto;
    max-width: 1400px;
    /*width: 100%;*/
    background-color: #fff;
    /*overflow-x: hidden;*/
    padding: 0px 30px 0px 30px;
}

.container1400 ul{
	
	padding-left: 22px;
}
.container100Percent {
    margin: auto;
    max-width: 100%;
    /*width: 100%;*/
    background-color: #fff;
    overflow-x: hidden;
}
/*slogan Slider */
.slogan p {
    font-family: 'Dancing Script', cursive;
    color: #fff;
    font-size: 68px;
    background-color: #d3232a;
    padding: 10px;
    margin: auto;
    text-align: center;
    line-height: 100px;
}
 @keyframes blink {
 20%, 40% {
 opacity: 1;
}
 50.01%, 100% {
 opacity: 0.5;
}
}
blink {
    animation: blink 3s infinite;
}
/*text start two cols*/
.contentTxt {
    padding: 50px 0px 50px 0px;
}
.contentTxtFooter {
    padding: 50px 30px 50px 30px;
}
.contentTxt ul, .txtLeft ul, .textRight ul {
    padding-left: 37px;
}
.ce-bodytext ul {
    padding-left: 28px;
}
.txtLeft {
    float: left;
    width: 50%;
    padding-right: 30px;
   
}
.txtRight {
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-bottom: 30px;
}
/*galery small width slogan */
#smallGalery {
    background-color: #e9ecf4;
}
.blueHgWidthPadding {
    padding: 50px 30px 50px 30px;
}
.blueHg {
    background-color: #e9ecf4;
}
.blueHgWidthPadding h2 {
    color: #c03001;
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
}
/* quality img*/
.siegel {
    position: absolute;
    bottom: 50px;
    right: 0;
}
.siegel img {
    width: 150px;
}
.distance100 {
    height: 100px;
    width: 100%;
    padding-bottom: 100px;
}
.distance100Top {
    margin-top: 45px;
}
.clear {
    clear: both;
}
/* flexslider*/
.flexslider {
    margin: 0 0 0px!important;
    background: #fff!important;
    border: 0px solid #fff!important;
    position: relative!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;
    -o-box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;
    box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;
    zoom: 1;
}
.flex-control-nav {
    display: none;
}
.flex-viewport {
    height: auto!important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.caption-style-1 .blur {
    background: rgba(23,31,54,0.25)!important;
}
.txtHoverImage {
    background-color: #e9ecf4;
}
/*Team*/

.caption-style-3 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.caption-style-3 li {
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.caption-style-3 li:hover .caption, .caption-style-3 li:hover .caption .blur, .caption-style-3 li:hover .caption .caption-text, .caption-style-3 li:active .caption {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
/*Hg*/
/*.caption-style-3 li:hover .caption .blur {
	opacity: 1;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}*/

.caption-style-3 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
}
.caption-style-3 .caption {
    cursor: pointer;
    opacity: 0;
    /*display:none;*/
    width: 100%;
    height: 100%;
}
.caption-style-3 .caption .blur, .caption-style-3 .caption .caption-text {
    opacity: 0;
}
.fadeInOnTouch {
    opacity: 1;
}
.caption-style-3 .blur {
    background-color: rgba(37,64,143,0.65);
    height: 100%;
    width: 100%;
    z-index: 5;
    overflow: hidden;
    position: absolute;
    display: block;
    text-align: center;
}
.caption-style-3 .caption-text h2 {
    text-transform: uppercase;
    color: #fff;
}
.caption-style-3 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100vh;
    text-align: center;
    top: 75%;
    padding: 0 5px 0px 5px;
    text-align: center;
}
.caption-style-3 .caption-text a:link {
    color: #ee7100;
}


#map {
    height: 541px;
    max-width: 100%;
    /*left: 0;
    position: absolute;
    top: 0;*/
}


/*Akkordeon*/

#accordion {
    cursor: pointer;
    color: #d3232a;
}
#accordion h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.1rem;
   
}
#accordion h3 {
   
 
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3232a;
    position: relative;
    color: #d3232a;font-weight: bold;
}
.iconOpen img {
    width: 50px;
    top: 9px;
    right: 0;
    position: absolute;
    padding-left: 20px;
}
.txtAkkordeon {
    padding: 20px;
    background-color: #fff;
}
.txtAkkordeon ul {
    padding-left: 17px;
}


/* Cookie Hinweis */

	.cc_container .cc_btn {
background-color: #16285a !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
}

.cc_container .cc_btn:hover {
background-color: #000 !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
text-decoration: none !important;
}
 
.cc_container {
background: #fff !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #333 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #16285a !important; /* Textlink-Farbe "Mehr Infos" */
	text-decoration:underline!important;
}

.cc_container a:hover {
color: #333 !important;
text-decoration: underline !important;
	
}


.flex-direction-nav a {
    height: 40px!important;
}

.flex-direction-nav a:after,
.flex-direction-nav a:before {
    line-height: 1;
}