@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 900; src:url("fonts/RobotoCondensed-Bold.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 700; src:url("fonts/RobotoCondensed-Regular.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 400; src:url("fonts/RobotoCondensed-Light.ttf") format("truetype");}

@font-face {font-family: Poppins; font-style: normal; font-weight: 100; src:url("fonts/Poppins-ExtraLight.ttf") format("truetype");}
@font-face {font-family: Poppins; font-style: normal; font-weight: 400; src:url("fonts/Poppins-Light.ttf") format("truetype");}
@font-face {font-family: Poppins; font-style: normal; font-weight: 700; src:url("fonts/Poppins-Regular.ttf") format("truetype");}
@font-face {font-family: Poppins; font-style: normal; font-weight: 900; src:url("fonts/Poppins-SemiBold.ttf") format("truetype");}

/* RESET BROWSERSTYLE */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,hr,blockquote {padding: 0; margin: 0;}





/* ONEPAGE CLASSES */

/* outer div classes for styling */

article {box-sizing: border-box;}

/* dunkelrot / dark red */
.tplge_page1 article {background: #510; color: #ccb; border: 4px solid #997; border-radius: 5px; clear: both;}
.tplge_page1 h1, .tplge_page1 h2, .tplge_page1 h3, .tplge_page1 h4, .tplge_page1 h5, .tplge_page1 h6 {color: #ccc;}
.tplge_page1 a:link {color: #fff; text-decoration: none;}
.tplge_page1 a:visited {color: #fff; text-decoration: none;}
.tplge_page1 a:hover {color: #fc0; text-decoration: underline;}
.tplge_page1 a:active {color: #fc0; text-decoration: underline;}
.tplge_page1 a:focus {color: #fc0; text-decoration: underline;}

/* ocker / ochre */
.tplge_page2 article {background: #ccb; color: #123; border-radius: 3px; clear: both; margin: 90px auto 0 auto;}

/* dunkles blaugrau / dark blue-grey */
.tplge_page3 article {background: #20292f url(images/bgdark.jpg)top left no-repeat; color: #aaa; border: 4px double #665; border-radius: 5px; clear: both; margin: 90px auto 0 auto;}
.tplge_page3 h1, .tplge_page3 h2, .tplge_page3 h3, .tplge_page3 h4, .tplge_page3 h5, .tplge_page3 h6 {color: #ccc;}
.tplge_page3 a:link {color: #eee; text-decoration: none;}
.tplge_page3 a:visited {color: #eee; text-decoration: none;}
.tplge_page3 a:hover {color: #fc0; text-decoration: underline;}
.tplge_page3 a:active {color: #fc0; text-decoration: underline;}
.tplge_page3 a:focus {color: #fc0; text-decoration: underline;}

/* helles blaugrau / light blue-grey */
.tplge_page4 article {background: #c0c9cf; border-radius: 3px; clear: both; margin: 90px auto 0 auto;}

/* dunkelgrün / dark green */
.tplge_page5 article {background: #192f26; color: #ddd; border: 4px double #665; border-radius: 5px; clear: both; margin: 90px auto 0 auto;}
.tplge_page5 div {margin: 90px auto 0 auto;}
.tplge_page5 div div {border: 0;}
.tplge_page5 h1, .tplge_page5 h2, .tplge_page5 h3, .tplge_page5 h4, .tplge_page5 h5, .tplge_page5 h6 {color: #a0afa6;}
.tplge_page5 a:link {color: #fff; text-decoration: none;}
.tplge_page5 a:visited {color: #fff; text-decoration: none;}
.tplge_page5 a:hover {color: #fc0; text-decoration: underline;}
.tplge_page5 a:active {color: #fc0; text-decoration: underline;}
.tplge_page5 a:focus {color: #fc0; text-decoration: underline;}

/* weiss / white */
.tplge_page6 article {background: #fff; border-radius: 3px; clear: both; margin: 90px auto 0 auto;}

/* hellgrün / lite green */
.tplge_page7 article {background: #c0cfc3; color: #123; border-radius: 3px; clear: both; margin: 90px auto 0 auto;}

/* dunkelrot / dark red */
.tplge_page8 article {background: #510; color: #ccb; border: 4px double #665; border-radius: 5px; clear: both; margin: 90px auto 0 auto;}
.tplge_page8 h1, .tplge_page8 h2, .tplge_page8 h3, .tplge_page8 h4, .tplge_page8 h5, .tplge_page8 h6 {color: #ccc;}
.tplge_page8 a:link {color: #fff; text-decoration: none;}
.tplge_page8 a:visited {color: #fff; text-decoration: none;}
.tplge_page8 a:hover {color: #fc0; text-decoration: underline;}
.tplge_page8 a:active {color: #fc0; text-decoration: underline;}
.tplge_page8 a:focus {color: #fc0; text-decoration: underline;}

/* weiss mit Wolken / white with clouds */
.tplge_page9 article {background: #fff url(images/bgclouds.jpg) center top no-repeat; border-radius: 3px; clear: both; margin: 90px auto 0 auto;}





/* GLOBAL */

h1,h2,h3,h4,h5,h6 {font-family: Poppins, georgia, serif; color: #034; line-height: 1.2em; font-weight: 100; padding: 0; margin: 24px 0 16px 0;}
h1 {font-size: 48px;}
h2 {font-size: 48px;}
h3 {font-size: 36px;}
h4 {font-size: 32px;}
h5 {font-size: 30px;}
h6 {font-size: 28px;}
p {margin: 10px 0;}
ol {margin: 6px 0;}
ol li {line-height: 1.3em; border: 0; padding: 3px 0; margin: 2px 0 2px 22px;}
ul {list-style: disc; margin: 6px 0;}
ul li {line-height: 1.3em; border: 0; padding: 3px 0; margin: 2px 0 2px 17px;}
hr {height: 1px; clear: both; color: #aaa; background-color: #aaa; border: 0; margin: 16px 0;}
blockquote {padding: 2px 0 2px 20px; border-left: 3px solid #999;}





/* 
##############################
 C O N T E N T  C L A S S E S 
##############################
*/

/* Bilder / Images */
img {box-sizing: border-box;}

img.tplge_left_border {display: block; float: left; max-width: 44%; border: 6px solid #998; margin: 0 20px 16px 0;}
img.tplge_right_border {display: block; float: right; max-width: 44%; border: 6px solid #998; margin: 0 0 16px 20px;}
img.tplge_border {border: 6px solid #998}

img.tplge_left, img.tplge_left_noborder {display: block; float: left; max-width: 44%; border: 0; margin: 0 20px 16px 0;}
img.tplge_right, img.tplge_right_noborder {display: block; float: right; max-width: 44%; border: 0; margin: 0 0 16px 20px;}

img.tplge_centered {display: block; margin: 24px auto;}
img.tplge_border_white {border: 1px solid #fff;}


.tplge_box01 {clear: both; background: #e0e6e9; border: 3px solid #abc; padding: 16px 24px; margin: 16px 0;}
.tplge_code {max-height: 310px; background: #eee; color: #333; font-family: 'courier new', monospace; font-size: 15px; border: 3px solid #a0a6a9; padding: 16px 24px; margin: 24px 0; overflow: scroll;}

.tplge_clearLeft {clear: left;}
.tplge_clearRight {clear: right;}
.tplge_clearBoth {clear: both;}





/* 
##############################
           B O D Y
##############################
*/

/* BODY UND SEITE / BODY AND PAGE */
body {color: #345; font-family: Poppins, arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.5em;}
.body {min-width: 300px; background: #333; text-align: left;}
#top {font-size: 10px; line-height: 10px;}

.tplge_outerContainer {background: #000; width:100vw; max-width: 1920px; margin: 0 auto; perspective:10px; perspective-origin: center center; overflow-x:hidden; scroll-behavior: smooth;}



/* PARALLAX */

.tplge_scrollToContentButton {position: absolute; top: -6px; left: 50%; background: #910; width: 60px; height: 56px; text-align: center; font-size: 48px; line-height: 48px; font-weight: 900; transform: rotate(90deg); border-radius: 0 30px 30px 0; margin: 48px 30px 0 -30px;}

.tplge_scrollToContent a:link {color: #fff; font-weight: 400;}
.tplge_scrollToContent a:visited {color: #fff; font-weight: 400;}
.tplge_scrollToContent a:hover {color: #fc0; text-decoration: none;}
.tplge_scrollToContent a:active {color: #fc0; text-decoration: none;}
.tplge_scrollToContent a:focus {color: #fc0; text-decoration: none;}

.parallaxContainer {transform-style: preserve-3d; height: 100vh;}

/* Ebenen */
.parallax_bg {position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: url('images/bgheader.jpg'); background-position: center top; background-size: cover; background-repeat: no-repeat; transform:translate3d(0,0,-9px) scale(1.94); height: 200vh; margin-top: 45vh;}
.parallax_level1 {position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform:translate3d(0,0,-5px) scale(1);}
.parallax_level1 img {max-width: 200%; margin: 0 auto 0 12vw;}
.parallax_level2 {position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform:translate3d(0,0,-3px) scale(1);}
.parallax_level2 img {max-width: 50%; margin: 66vh auto 0 20vw;}
.parallax_level3 {position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform:translate3d(0,0,-2px) scale(1); background: #ffffff00; border: 0px solid #fff;}
.parallax_level3 img {max-width: 50%; margin: 36vh auto 0 6vw;}

/* END PARALLAX */



/* HEADER */

header {height: 120vh;}
.tplge_contentlink {display: none; background: #000; width: 60px; height: 44px; font-family: georgia, serif; transform: rotate(90deg); font-size: 60px; font-weight: 900; text-align: center; border: 0px solid #e6e6e0; border-radius: 0 40px 40px 30px; padding: 12px 0 2px 72px; margin: -64px auto 24px auto;}

/* language menu */
.tplge_langmenu {text-align: center; padding: 0; margin: 66px 0 -36px 0;}
.tplge_langmenu img {border: 3px solid #ccb; padding: 0; margin: 0 12px;}

.tplge_sitename {font-family: georgia, serif; color: #fff; font-size: 8vw; line-height: 1em; font-weight: 400; text-align: center; padding: 0 5%; margin: 46px 0; opacity: 0.5; animation: opacity_sitename 10s;}



/* INHALT / CONTENT */

.tplge_contentAnchor {height: 1px; margin: -100px 0 106px 0;}
.tplge_contentsContainer {position: absolute; top: 56px; width:100%;}

.tplge_content {}
.tplge_content li {background: none;}

.tplge_content input {background: #fff; color: #344; border: 1px solid #b0b9bf; padding: 3px 6px;}
.tplge_content textarea {width: 90%; background: #fff; color: #344; font-family: arial, sans-serif; font-size: 15px; border: 1px solid #b0b9bf; padding: 6px;}

.tplge_content input.submit, .tplge_content input#submit {background: url(images/button.jpg) repeat-x; float: left; color: #333; font-size: 14px; line-height: 18px; border: 1px solid #666; border-radius: 3px; padding: 2px 6px; margin: 0 6px 16px 0; box-shadow: 0 0 0}
div.submitButton {min-height: 24px;}
div.submitButton input {float: left; background: url(images/button.jpg) repeat-x!important; border: 1px solid #999!important;}
#cmsimple_mailform {max-width: 900px; padding: 20px; margin: 0 auto;}
#cmsimple_mailform h1 {font-size: 32px; line-height: 30px; font-weight: 400; padding: 0; margin: 0 0 24px 0;}


/* login */
div.cmsimple_loginform {max-width: 900px; padding: 36px 16px 96px 16px; margin: 0 auto;}



/* FUSSLINKS / FOOTER LINKS */

.tplge_footersContainer {min-height: 300px; color: #666; font-size: 15px; text-align: center; padding: 16px 20px; margin: 0;}
.tplge_footersContainer span {padding: 6px; white-space: nowrap;}

/* CMSimple MENU */
.tplge_footersContainer ul.menulevel2 {font-size: 16px; padding-left: 16px;}
.tplge_footersContainer ul li span {padding: 0;}
.tplge_footersContainer ul li a {padding: 0;}

/* scroll-to-top-button */
#tplge_up {position: fixed; bottom: 24px; right: 10px; display: block; opacity: 0.75; transition: 2s;}

/* footer links */
.tplge_footersContainer a:link {color: #888; text-decoration: none; font-weight: 400;}
.tplge_footersContainer a:visited {color: #888; text-decoration: none; font-weight: 400;}
.tplge_footersContainer a:hover {color: #c50; text-decoration: underline;}
.tplge_footersContainer a:active {color: #c50; text-decoration: underline;}
.tplge_footersContainer a:focus {color: #c50; text-decoration: underline;}



/* LINKFORMATIERUNG / LINKS */

a:link {color: #369; text-decoration: none;}
a:visited {color: #369; text-decoration: none;}
a:hover {color: #c50; text-decoration: underline;}
a:active {color: #c50; text-decoration: underline;}
a:focus {color: #c50; text-decoration: underline;}

.tplge_sitenameContainer a:link {color: #fff; text-decoration: none;}
.tplge_sitenameContainer a:visited {color: #fff; text-decoration: none;}
.tplge_sitenameContainer a:hover {color: #fc0; text-decoration: none;}
.tplge_sitenameContainer a:active {color: #fc0; text-decoration: none;}
.tplge_sitenameContainer a:focus {color: #fc0; text-decoration: none;}



/* 
##############################
 S O N S T I G E S / R E S T
############################## 
*/

img.tplge_scrolltoTopButton {background: #000; position: fixed; bottom: 60px; right: 0; display: block; border: 0px solid #999; border-radius: 20px 0 0 20px; padding: 0 0 2px 0; opacity: 0.86;}
img.tplge_scrolltoTopButton:hover {background: #060;}

/* MailForms Plugin */
div.ddfmwrap .ddmf1col {margin: -50px 0 0 0!important;}
div.ddfmwrap {font-family: Poppins, arial, sans-serif!important; padding: 0!important; margin: 0!important;}
div.ddfmwrap input.ddmf_text {width: 360px!important; max-width: 90%!important; background: #ccc!important; border: 1px solid #999!important; padding: 8px!important;}
div.ddfmwrap textarea {width: 90%!important; background: #ccc!important; border: 1px solid #999!important; padding: 8px!important; border: 0px solid #090!important;}
div.ddfmwrap .ddfmFormmail {margin: 0 0 10px 0!important;}
div.ddfmwrap input.ddmf_verify {width: 106px!important; min-width: 106px!important; background: #ccc!important; font-size: 18px; letter-spacing: 3px; border: 0px solid #999!important; padding: 5px 8px!important; margin: 0!important;}
div.ddfmwrap #fm_verify {margin: 0!important;}
div.ddfmwrap div.submitButton {width: 10em!important; margin: 0 auto 0 0;}
div.ddfmwrap div.submitButton input {width: 100%!important; padding: 8px!important; margin: 0!important;}

/* FotoPro Plugin */
img.fproLbThumbs:hover {opacity: 1!important;}



/* TOP MENU */

@media (min-width: 1001px) {
.tplge_olMenu {display: none;} 
.tplge_onePageToc {display: none;}

/* top menu */
.tplge_topMenu {box-sizing: border-box;
position: fixed; top: 0; 
width: 100%; margin: 0;
background: url(images/tra75.png);
border: 0px solid #999; border-radius: 0; overflow: auto;
animation: opacity 1s; z-index: 2;
}

.tplge_topMenu .tplge_homelink {float: left; padding: 0 3px;}
.tplge_topMenu .tplge_homelink img {display: block;}
.tplge_topMenu .tplge_homelink:hover {background: #c40;}

.tplge_topMenu .tplge_toplink {float: right; padding: 0 3px;}
.tplge_topMenu .tplge_toplink img {display: block;}
.tplge_topMenu .tplge_toplink:hover {background: #c40;}

.tplge_topMenu ul {float: right; max-width: 88%; list-style: none; padding: 0; margin: 0 20px 0 0;}
.tplge_topMenu ul li {list-style: none; display: block; float: left; height: 40px; color: #fc0; font-family: RobotoCondensed, arial, sans-serif; font-size: 18px; padding: 8px 0 0 0; margin: 0;}
.tplge_topMenu ul li a {display: block; border-radius: 3px; padding: 6px 10px 8px 10px;}
.tplge_topMenu ul li span {display: block; border-radius: 3px; padding: 6px 10px 8px 10px;}

.tplge_topMenu ul li:hover {background: #c40;}

/* links */
.tplge_topMenu a:link {color: #fff; font-weight: 400;}
.tplge_topMenu a:visited {color: #fff; font-weight: 400;}
.tplge_topMenu a:hover {color: #fff; text-decoration: none;}
.tplge_topMenu a:active {color: #fc0; text-decoration: none;}
.tplge_topMenu a:focus {color: #fc0; text-decoration: none;}
}



/* OVERLAY MENU */

.tplge_websiteContainer {padding-top: 0!important;}

/* toc button */
.tplge_onePageToc {position: fixed; top: 0; right: 0; width: 100%; background: #111; padding: 0; margin: 0; overflow: hidden; z-index: 999;}

.tplge_onePageToc .tplge_homelink {display: block; float: left; cursor: pointer;}
.tplge_onePageToc .tplge_toplink {display: block; float: left; cursor: pointer;}
.tplge_onePageToc .tplge_menulink {display: block; float: right; cursor: pointer; padding: 9px; margin: 0;}
.tplge_onePageToc .tplge_menulink:hover, .tplge_onePageToc .tplge_toplink:hover, .tplge_onePageToc .tplge_homelink:hover {background: #c40;}

.tplge_onePageTocIn {font-family: Poppins, arial, sans-serif; font-weight: 400; padding: 0; margin: 0;} 

/* overlay menu */
.tplge_olMenuBG {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; opacity: 0.6; animation: opacityMenuBG 0.6s; z-index: 9992;}

.tplge_olMenu {
display: none; 
box-sizing: border-box;
position: fixed; top: -1px; right: -1px; 
width: 286px; max-height: 96%; padding: 6px 10px 12px 10px; margin: 0 auto 0 -290px;
background: #000000;
border: 1px solid #666; border-radius: 0 0 0 5px; overflow: auto;
animation: opacity 1s; z-index: 9994;
}
.tplge_olMenu img {padding: 0; margin: -20px 0 -6px 0;}

.tplge_olMenu button.tplge_olMenuClose {position: fixed; top: 9px; right: 24px; background: #ddd url(images/button.jpg) repeat-x; text-align: center; color: #c00; font-weight: 700; font-size: 24px; line-height: 32px; border: 0px solid #333; border-radius: 3px; padding: 0 8px; margin: 0; cursor: pointer; z-index: 9996;}
.tplge_olMenu button.tplge_olMenuClose:hover {}

.tplge_olMenu .tplge_homelink {padding: 18px 0 2px 0; margin: 0; float: left;}

.tplge_olMenu .tplge_olMenuToc ul {clear: both; list-style: none; font-size: 16px; padding: 8px 0 12px 0; margin: 0 auto;}
.tplge_olMenu .tplge_olMenuToc ul li {list-style: none; display: block; color: #fc0; border-radius: 3px; padding: 0; margin: 0;}
.tplge_olMenu .tplge_olMenuToc ul li a {display: block; border-radius: 3px; padding: 6px 10px 8px 10px;}
.tplge_olMenu .tplge_olMenuToc ul li span {display: block; border-radius: 3px; padding: 6px 10px 8px 10px;}
.tplge_olMenu .tplge_olMenuToc ul li:hover {background: #404649;}
.tplge_olMenu .tplge_olMenuToc ul ul {font-size: 15px; padding: 0; margin: 0 16px;}

/* links */
.tplge_olMenuToc a:link {color: #fff; font-weight: 400;}
.tplge_olMenuToc a:visited {color: #fff; font-weight: 400;}
.tplge_olMenuToc a:hover {color: #fc0; text-decoration: none;}
.tplge_olMenuToc a:active {color: #fc0; text-decoration: none;}
.tplge_olMenuToc a:focus {color: #fc0; text-decoration: none;}



/* 
############################### 
  R E S P O N S I V E  Layout
############################### 
*/

/* main layout */
.tplge_innerContainer {width: 1060px; max-width: 96%; padding: 40px 60px 60px 60px; margin: 0 auto;}


@media (max-width: 1060px) {
/* .tplge_sitename {font-size: 72px; letter-spacing: 0;} */
.tplge_innerContainer {padding: 40px 4% 60px 4%;}
}


@media (max-width: 1000px) {
h1 {font-size: 32px;}
h2 {font-size: 32px;}
h3 {font-size: 30px;}
h4 {font-size: 28px;}
h5 {font-size: 26px;}
h6 {font-size: 24px;}

/* .tplge_sitename {font-size: 60px; letter-spacing: 0;} */
.langmenu_container {padding: 9px 0 24px 0;}
.level_layer_cover {background-position: center 0;}
.tplge_topMenu {display: none;}
}


@media (max-width: 720px) {
body {font-size: 15px;}
h1 {font-size: 26px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 22px;}
h6 {font-size: 22px;}

/* .tplge_sitename {font-size: 48px; letter-spacing: 0;} */
}


@media (max-width: 480px) {
.tplge_imageHeader img {width: 150%; max-width: 150%; margin: 0 25% 0 -25%;}
/* .tplge_sitename {font-size: 40px;} */
img.tplge_right_border, img.tplge_left_border, img.tplge_right, img.tplge_left {float: none; max-width: 100%; margin: 16px 0;}
}


@keyframes opacity_sitename{from{opacity:0;}to{opacity:0.5;}}
@keyframes opacityMenuBG{from{opacity:0;}to{opacity:0.6;}}