@import "../layout/profile0_basic.css";
@import "../layout/profile0_page.css";

@font-face {
    font-family: 'black_seashoreregular';
    src: url('../fonts/black_seashore_regular-webfont.woff2') format('woff2'),
         url('../fonts/black_seashore_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* roboto-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2');
}

/* roboto-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2');
}


body {
    padding:0px;
    margin:0px;
    font-family:'Roboto', sans-serif;
    font-size:12pt;
    line-height:1.3;
    background-color:#FFFFFF;
    overflow-x:hidden;
	color: #4d4d4d;
}

html:has(.menu_desktop.fixed){
	scroll-padding-top: 100px; 
}

.stopoverflow{
	overflow: hidden; 
}

.out_frame {
    /* max-width:1920px; */
    margin-left:auto;
    margin-right:auto;
    
}


.start {
    /*overflow-y:hidden;*/
}


a {
    text-decoration:none;
    /*color:#BB1A20;*/
	font-weight: 500; 
	color: #4d4d4d; 
}
a:hover {
    text-decoration:underline;
}

ul, ol, p, address {
    font-style:normal;
    margin-bottom:0.66em;
    margin-top:0px;
    padding:0px;
}

ul,  ol {
    list-style-position: inside;
}
/*
ul {
    list-style-image: url("../images/el_icon_bulletpoint.png");
}
*/

section li {
    list-style: none;
    vertical-align:top;
    margin-bottom:15px;
    padding-left:32px;
}

section li:before {
    content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url(../images/el_icon_bulletpoint.png) 0 2px;
    background-size:20px;
    background-repeat:no-repeat;
    vertical-align:top;
    margin-left:-32px;
}

section ul.disc li{
    margin-bottom:0;
}
section ul.disc li:before {
    content: '•';
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align:top;
    margin-left:-32px;
	background: none; 
	height: unset;
	
}


small, .small{
	font-size: 0.8em; 
}



.warning{
	position: fixed;
	top:0;
	left:0; 
	z-index: 1000060;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	background-color: #fff8;
	display: none;
}
.warning-wrapper{
	background-color: white;
	text-align: left;
	padding: calc(10px + 1vw);
	border: 10px solid white;
	border-radius: 10px;
	box-shadow: 4px 4px 10px #0006;
	position: relative;
	width: 565px;
	max-width: calc(100vw - 90px);
}
.warning-wrapper-inner{
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
}
.warning h2{
}
.warning, 
.warning p{
}
.warning a.close{
    position:absolute;
    top: -22.5px;
    right: -27.5px;
    font-size: 35px;
    background-color:white;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    box-shadow: 4px 4px 10px #0008;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
}
.warning a.close>span:first-child{
	position: absolute;
	left: 50%; 
	top: 50%; 
	width: 60%; 
	height: 4px; 
	border-radius: 2px; 
	transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
	background-color: #BB1A20;
}
.warning a.close>span:last-child{
	position: absolute;
	left: 50%; 
	top: 50%; 
	height: 60%; 
	width: 4px; 
	border-radius: 2px; 
	transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
	background-color: #BB1A20;
}


/* Popup list */
.popup_list {
    margin-bottom:20px;
    padding-bottom:5px;
    padding:20px 0px 20px 0px;	
	
}

.popup_list_item  {
    /*border-bottom:1px solid #08374B;*/
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    background-color: white;

}
.popup_list_item +.popup_list_item  {
  border-top:none;
}

.popup_list_item > a {
    display:block;
    background-image:url(../images/el_icon_bulletpoint.png);
    background-size:24px 24px;
    background-repeat:no-repeat;
    background-position:right 18px;
    color:#005F6E;
    font-size:18pt;
    text-decoration:none !important;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:50px;
    line-height:1.3;

}


.popup_list_item > a.marked {
	background-image:url(../images/el_icon_bulletpoint_down.png);
	text-decoration:none;
}

.popup_list_content {
	display:none;
	padding:0px 0px 30px 0px;
}

h3.popup_list_sep {
    margin-top:30px;
    margin-bottom:15px;
    font-size:18pt;
    color:white;
    background-color:#005F6E;
    padding:10px 20px 10px 20px;
}

h3.popup_list_sep:first-child {
    margin-top:0px;
}

.popup_list p:last-child{
    margin-bottom: 0; 
}


#main_menu {
	display:none;
}

.main_frame {
    margin-left:130px;
    margin-right:130px;
    padding:0 20px 0 20px;
}

.font_thin {
    font-weight:300;
}

.font_medium {
    font-weight:400;
}


header {
    /*
    -webkit-box-shadow: 0px 5px 5px 1px #666666; 
    box-shadow: 0px 5px 5px 1px #666666;
    */
    width:100%;
    background-color:white;
    max-width:100%;
    min-height:430px;
	background-size: cover;
	background-position: center top;
	position:relative;
	background-image:url(../images/header_img.jpg);
	overflow:hidden !important;
	background-color:#CCCCCC;
}

.start header{
	height: 100svh; 
	display: flex;
	flex-direction: column;
}

.start header .claim{
	flex-grow:1; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	margin-bottom: 150px; 
	margin-top: 0; 
}

header .swingline {
    position:absolute;
    left:0px;
    bottom:-1px;
	background-image: url('../images/deko_wave.svg');
	width: 100%; 
	height: 6px; 
	background-position: center center; 
	background-repeat: repeat-x; 
}



.sidebar+footer {
    margin-top:30px;
    
}

header .swingline img {
    display:none;   
}


.style_element {
    
    
}

.style_element .left {
    width:calc(100% - 750px);
    height:40px;
    background-color:#1F2F53;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    margin-right:20px;
    display:none !important;
}

.style_element .left_start {
    background-color:transparent;
    width:auto;
}


.style_element .right {
    width:calc(35% - 60px);
    height:40px;
    background-color:#1F2F53;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    color:white;
    line-height:37px;
    padding-left:20px;
    padding-right:20px;
}

.style_element .right a {
    color:white;
}

.style_element .right_start, .style_element .right_start2 {
    width:auto;
    min-width:690px;
}

.style_element .right span {
    vertical-align:middle;   
}

.style_element .right_start a, .style_element .right_start2 a {
    line-height:40px;
    padding-right:10px;
    padding-left:20px;
    border-radius:5px;
    display:inline-block;
    margin-left:-20px;
    transition:background;
    transition-duration:500ms;

}
/*
.style_element .right_start a:hover, .style_element .right_start a:active {
    background-color:white;
    color:#1F2F53;
    transition:background;
    transition-duration:500ms;

}
*/

footer {
    color:white;
    background-color:#333d40;
    padding:50px 0px 50px 0px;
    line-height:1.5;
    font-weight:400;
    font-size:12pt;
    width:100%;
	position: relative;
}

footer .main_frame {
    
    max-width:1340px !important;
}

footer h3 {
    font-family:'Roboto', sans-serif;    
    font-weight:500;
    color:white;
    font-size:14pt;
    padding-top:20px;
    color:white !important;
	margin-bottom: 0.5em; 
    
}

footer a {
    color:white;
}

footer table {
    margin-bottom:20px;
    
}

footer table td:first-child {
    padding-right:20px;
    padding-left:0px !important;
    
}
footer:after {
	content: "";
	position: absolute;
	left: 0px;
	top: -1px;
	background-image: url(../images/deko_wave.svg);
	width: 100%;
	height: 6px;
	background-position: center center;
	background-repeat: repeat-x;
	transform: rotateX(180deg);
	
}


.footer_logo {
    max-width:300px;
    margin-top:12px;
    margin-right:15px
    
}


.top {
    padding-top:20px;    
    padding-bottom:20px;    
    
}

.copyright {
    padding:10px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
	align-items: center;
}

.copyright a {
    color:#303030;
}

.claim {

    color:white;
    margin-left:auto;
    margin-right:auto;
    max-width:960px;
	text-align: center; 
	margin-top: 40px; 
}

.claim h1 {
    font-size:3.33em;
    text-shadow: 4px 4px 7px rgba(0,0,0,0.6);
    color:white;
    text-transform:uppercase;
    font-weight:600;
	margin-bottom: 0; 
	margin-top: 0; 
	opacity: 0;
	transform: translateX(50px);
}

.claim p {
    font-size:1.66em;
    text-shadow: 4px 4px 7px rgba(0,0,0,0.6);
    color:white;
    text-transform:uppercase;
	font-weight: 300; 
	opacity: 0;
	transform: translateX(50px);

}
.claim.in h1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.8s ease 0.2s; 
}

.claim.in p {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.8s ease 0.6s; 
}


.sidebar {
    position:absolute;
    top:56%;
    right:0px;
    z-index:3;
    width:300px;
    /*background:url(../images/grafik_kasten.svg) no-repeat;*/
}

.sidebar .in {
    
    color:white;
    padding: 35px;
    text-align:center;
    position:relative;
}

.sidebar .in:after {	
	background: -moz-radial-gradient(0 100%, circle, transparent 20px, #2F3E45 21px), -moz-radial-gradient(0% 0%, circle, transparent 20px, #2F3E45 21px);
	background: -o-radial-gradient(0 100%, circle, transparent 20px, #2F3E45 21px), -o-radial-gradient(0% 0%, circle, transparent 20px, #2F3E45 21px);
	background: -webkit-radial-gradient(0 100%, circle, transparent 20px, #2F3E45 21px), -webkit-radial-gradient(0 0, circle, transparent 20px, #2F3E45 21px);
	content :""; 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-position: bottom left, top left;
	-moz-background-size: 100% 51%;
	-webkit-background-size: 100% 51%;
	background-size: 100% 51%;
	background-repeat: no-repeat;	
}

.sidebar .in img {
    position:absolute;
    right:-30px;
    bottom:-52px;
    width:150px;
}

.logo {
    text-align:left;
    white-space:nowrap;
	z-index: 3;
	position: relative;
}


.logo img {
	height:120px;
    transition: max-width 1s;              
    
}

.menu_desktop {
    text-align:right;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:-120px;
    padding-bottom:40px;
    transition: top 1s;  
    top:0;
    background:rgba(255,255,255,0);
 
}

.menu_desktop.fixed {
    width:100%;
    /* background:rgba(255,255,255,1); */
    background-color:#FFF;
    position:fixed;
    position: fixed;
    top: 100px;
    z-index: 10;
    height: 25px;
    padding-top:25px;    
    -webkit-box-shadow: 0px 0px 12px 5px #00000088; 
    box-shadow: 0px 0px 12px 5px #00000088;
    transition: top 1s;  
    left:0px;    
}
.menu_desktop.fixed:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -5px;
	background-image: url(../images/deko_wave.svg);
	width: 100%;
	height: 6px;
	background-position: center center;
	background-repeat: repeat-x;
	transform: rotateX(180deg);
}

.menu_desktop.fixed .menu > li > a{
	color: #4d4d4d; 
}

.menu_desktop.fixed .menu>li>a:after {
	background-color: #4d4d4d;
}

.logo.fixed img:first-child {
    display:block;
    height:90px;
    margin-top:12px;
}
.logo.fixed img:only-child {
	filter: brightness(0.5);
}

.logo.fixed img:nth-child(2) {
    display:none;
}

.logo.fixed img {
    max-width: 200px !important;
    position: fixed !important;
    z-index: 11 !important;
    top: -20px !important;
    transition: max-width 1s;
	animation: 1s logo forwards ease;
    /*left:5%;*/
}

@keyframes logo{
	0%{
		transform: translateY(-100px);
	}
	100%{
		transform: translateY(0);
	}
}

/* Menu */

.menu {
	padding: 0px;
	margin: 0px;
	min-height: 56px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
 	
}

.menu_lang2 .flag{
	display: flex;
	height: 55px;
	align-items: center;
	justify-content: flex-end;
	border-left: 1px solid white;
}
.menu_lang2 .flag>a{
	padding: 10px;
	margin: 10px;
}

.flag{
}

.flag img{
	width: 1.5em; 
	border-radius: 4px; 
	display: block; 
}
.flag a{
	transition: all 0.3s ease;
	display: block; 
}
.flag a:hover:after{
	display: none; 
}

.flag a:hover{
	scale: 1.2; 
	opacity: 1; 
}

.menu a {
    display:block;
    padding:20px;
    padding:15px 10px 10px 10px;
    font-family:'Roboto', sans-serif;    
    font-size:11.5pt;
    font-weight:300;
    color:#ffffff;
    text-transform:uppercase;
    position:relative;
	
}
.menu > li > a{
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin-left: 5px; 
	margin-right: 5px; 
	
}
.menu > li > a.marked {
/*	background:url(../images/menu_marker.png) right 10px center no-repeat; */
	text-decoration: none; 
	
}

.menu ul {
	padding: 0px;
	margin: 0px;
	display: none;
	position: absolute;
	margin-top: 0px;
	background-color:rgba(0,0,0, 0.2);
	z-index: 1000;
	width: auto;
	margin-left: 0px;
	min-width: 260px;
	-webkit-box-shadow: 0px 10px 13px -7px #00000088, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #00000088, 5px 5px 15px 5px rgba(0,0,0,0);	
	padding:20px 8px 20px 8px;
	text-align:left;
}

.menu>li>a:hover {
	text-decoration: none; 
}

.menu>li>a.marked:after,
.menu>li>a:hover:after {
	opacity: 1; 
}

.menu>li>a:after {
	content: "";
	position: absolute;
	bottom: 14px;
	right: 50%;
	transform: translateX(50%);
	width: calc(100% - 12px);
	height: 1px; 
	background-color: white; 
	transition: all 0.3s ease; 
	opacity: 0; 
}

/*.shadow*/ .menu ul, .page .menu ul {
	-webkit-backdrop-filter: brightness(1) blur(3px);
	backdrop-filter: brightness(1) blur(3px);
	background:rgba(0,0,0,0.7);
}


.menu ul li {
	margin-right: 0px;

}
.menu ul li a {
	line-height: 1.4;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
	margin-right: 0px;
	margin-right:10px;
	margin-left:10px;
	border-bottom:1px solid transparent;
	color:white;
	font-weight:400;
}
.menu li>ul>li a:hover {
	text-decoration: none; 
}

.menu ul li a.marked {
}

.menu ul li:last-child a {


}

/*
.menu ul ul {
	margin-top: -20px;
	margin-left: -20px;
	left: 99%;
	width: auto;
}
*/

header.shadow .menu  ul, .page .menu  ul  {
}

.menu ul ul {
	position:static;
	display:none;
	min-width:230px;
	background:none;
	margin-left:0px;
	padding-left:30px;
	margin-bottom:-10px;
	-webkit-box-shadow:none; 
	box-shadow:none;	
	padding-top:0px;
	background:none !important;
}

.menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
}
.menu > li {
	/* float: left;  */
	display:inline-block;
	line-height:34px;
}

.menu > li > a {
	color:white;
	font-weight:300;
	font-size:13pt;
}

.page .menu li > a, /*.shadow*/ .menu li > a {
	color:white;
}

.menu ul li ul {
	right: 0px;
}

.menu ul li a:hover, .menu ul li a.marked {
	border-bottom:1px solid white;
}

.shadow .menu ul li a:hover, .page .menu ul li a.marked, .page .menu ul li a:hover {
	border-bottom:1px solid white;
}


.menu ul li {

}

.menu>li:hover > ul {
	display: block;
}

.menu li:hover > ul.wide {
	width:560px; 
}

.menu>li>ul>li .fa{
	display: none; 
}

/* Content elements */


h2, h3, h4 {
    color:#2F3E45;
	margin-top: 0.66em;
	padding: 0px;
	margin-bottom: 0.33em;
}

.subline::after {
    max-width:80px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height:1px;
    background-color:#878A83;
    content:"";
    display:block;
    margin-top:10px;
}

h2 {
    font-size:28pt;
    font-weight:900;
}

h3 {
    font-size:20pt;
    color:#898792;
}

h4 {
    font-size:15pt;
    margin-bottom:1em;
}

h3+h2 {
    margin-top:-15px;
}

.swing_font {
    font-family: 'black_seashoreregular';
    font-weight:400;
}


section {
    font-size:12pt;
    line-height:1.4;
    font-weight:400;
    margin-bottom:75px;
    margin-top:75px;
}

.text_content {
    
    max-width:1280px;
    margin-left:auto;
    margin-right:auto;
    /*padding-bottom:40px;
    padding-top:20px;*/
}

.content_row .col-md-2:nth-child(1) {
    padding-right:20px;   
}

.content_row .col-md-2:nth-child(2) {
    padding-left:20px;   
    
}

section h2, section h3, section h4 {
    line-height:1.4;
    
}

section h2 {
    margin-bottom:30px;
    
}

section.bkg_img {
	background-size: cover;
	background-position: center bottom -200px;
	background-repeat:no-repeat;
}



/* Kontaktbereich */
.contact {
    background-color:#F9F6F1;
    padding-top:50px;
    padding-bottom:50px;
}

.contact table {
    width:100%;
    margin-bottom:20px;
}

.contact table td {
    padding-right:30px;
    font-size:12pt;
    padding-bottom:5px;
    vertical-align:top;
}

.contact table td:nth-child(2) {
    white-space:nowrap;
}

.contact .main_frame {
    padding:0px;
/*    padding-right:10%; */
}


.contact_split_frame {
    flex-wrap: wrap;
    justify-content: space-between;
    display:flex;
    margin: 0 auto;
    margin-bottom:0px;
    max-width:1720px; 
}

.contact_split_frame .left_frame, .contact_split_frame .right_frame  {
    background-color:#b48d29;
    box-sizing: border-box;
    font-size:12pt;
    
}

.contact_split_frame .left_frame, .contact_split_frame .left_frame a {
    color:white;
}

.contact_split_frame .left_frame {
    border-radius:15px;
    /* width: calc((100% - 0px) / 2); */
    max-width:960px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    background-color:#1F2F53;
    padding:0px;
}

.contact_split_frame .left_frame .in {
    padding:20px 40px 20px 40px;
}

.contact_split_frame .left_frame .row span, .contact_split_frame .left_frame .row a {
    margin-bottom:5px;
}

.contact_split_frame .right_frame {
    padding:30px;
    width: calc((100% - 40px) / 2); 
    border-radius:15px;
    position:relative;
    background-color:white;
    color:#1F2F53;
    border:3px solid #1F2F53;
}

.contact_split_frame .right_frame h2 {
    color:#1F2F53;    
    font-weight:300;
}

.contact_split_frame .right_frame input[type=submit] {
    color:#1F2F53 !important;
    border:2px solid #1F2F53 !important;
    width:100% !important;
}

.contact_split_frame .right_frame input[type=submit]:active, .contact_split_frame .right_frame input[type=submit]:hover {
    color:white !important;
    background-color:#1F2F53 !important;
}


/* Google maps Karte */

#map .privacy_info {
    text-align: center;
    padding: 20px;
    font-size:11pt;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}

#map .privacy_info a {
    text-decoration:underline;
    
}

#map {
    position: relative;
    /* background: url(/upload/images/map_preview.jpg) no-repeat; */
    background-size: cover;
    background-position: center center;
    background-color:#242F3E;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
}

#map #content, #map #content a {
    color:#1F2F53 !important;
}


/* Icons */

.icon_mail {
    display:inline-block;
    padding-left:32px;
    background:url(../images/el_icon_brief.png) 3px 4px no-repeat;
    background-size:20px;

}

.icon_location {
    display:inline-block;
    padding-left:32px;
    background:url(../images/el_icon_mappointer.png) 5px 2px no-repeat;
    background-size:16px;
}
.icon_phone {
    display:inline-block;
    padding-left:32px;
    background:url(../images/el_icon_telefon.png) 6px 2px no-repeat;
    background-size:13px;
}


#page_nav_up {

	display:block;
	width:55px;
	height:55px;
	line-height:48px;
	font-size:40pt;


	text-decoration:none;
	font-weight:normal;
	position:fixed;
	right:12px;
	bottom:12px;
	text-align:center;
	background:transparent;
	color:white;
	background-color:#898792;
	display:none;
	z-index:10;

}

#page_nav_up:hover {


    transition: all 250ms ease;
}


/* Responsive stuff */
#menu_sidebar {
	display:none;
}

.menu_disabled {
}

.menu_enabled {
}

.bt_menu_open, .bt_menu_close {
	width:55px;
	height:55px;
	background-color:#333d40;
	position:fixed;
	display:none;
	z-index:999;
}

.bt_menu_open:hover, .bt_menu_close:hover {
	text-decoration:none;
}

.bt_menu_close {
	top:0px;
	right:245px;
	z-index:999;
	text-align:center;
}

.bt_menu_open {
	top:12px;
	right:12px;
	text-align:center;
}

.menu_lang2 {
	width:245px;	
	height:55px;
	background-color:#333d40;
	position:fixed;
	top:0px;
	right:0px;
	display:none;
	z-index:999;
}
/*
.menu_lang2 a {
	display:inline-block;
	float:left;
	width:55px;
	height:55px;
	line-height:55px;
	background-color:#333d40;
	border-left:1px solid #FFFFFF;
	text-decoration:none;
}*/

.menu_lang2 a.marked, .menu_lang2 a:hover {
/*	color:#4F4F4F;
	background-color:#D0CECF;*/
}


.bt_menu_close {
/*	background:url(../images/bt_menu_close.png) no-repeat; */
}

.bt_menu_open:before, .bt_menu_close:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0c9";
    color:#FFFFFF;
    font-size:17pt;
    line-height:55px;
    text-decoration:none !important;

}

.bt_menu_close:before {
 	content: "\f00d";
}

.edge2 {
    display:none;
}

.weiche{
	min-height: 100svh; 
	display: flex; 
	width: 100%; 
	flex-direction: column;
}
.introw{
	flex-grow:1; 
	flex-shrink:1; 
	display: flex; 
	flex-direction: row; 
	gap: 8px; 
	margin: 0; 
}
.introw a{
	flex-basis: 50%;
	background-position: center;
	background-size:cover;
	min-height: 25vw;
	flex-grow: 1;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-direction: column; 
	text-decoration: none; 
}
.introw img{
	width: 480px; 
	max-width: 50%; 
}

.btn{
	border: 1px solid #333d40; 
	background-color: #333d40; 
	text-transform: uppercase; 
	padding: 0.55em 1.25em 0.5em; 
	display: inline-block; 
	color: white;
	transition: all 0.3s ease; 
	text-decoration: none; 
}
.btn:hover{
	background-color: white; 
	color: #333d40;
	text-decoration: none; 
}
.btn.btn-invert{
	border: 1px solid #333d40; 
	background-color: transparent; 
	text-transform: uppercase; 
	padding: 0.55em 1.25em; 
	display: inline-block; 
	color: #333d40;
	transition: all 0.3s ease;  
}
.btn.btn-invert:hover{
	background-color: #333d40; 
	color: #fff;
}

.fullwimg {
	height: 35vw;
	min-height: 60vh;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}



.dekobox {
	position: relative;
	padding: 2em 1em;
	height: 100%;
}

.dekobox .deko-bottom, .dekobox .deko-top {
	position: absolute;
	border-top: 1px solid #333d40;
	top: 0;
	width: calc(100% - 4em);
	left: 2em;
}

.dekobox .deko-bottom:after, .dekobox .deko-top:after {
	content: "";
	position: absolute;
	border-top: 1px solid #333d40;
	top: 2px;
	width: calc(100% - 4px);
	left: 2px;
}

.dekobox .deko-bottom {
	top: auto;
	bottom: 0;
}

.dekobox .deko-bottom:after {
	content: "";
	top: auto;
	bottom: 3px;
}

.dekobox .deko-left, .dekobox .deko-right {
	position: absolute;
	border-left: 1px solid #333d40;
	height: calc(100% - 4em);
	top: 2em;
	left: 0;
}

.dekobox .deko-left:after, .dekobox .deko-right:after {
	content: "";
	position: absolute;
	border-left: 1px solid #333d40;
	top: 2px;
	height: calc(100% - 4px);
	left: 2px;
}

.dekobox .deko-right:after {
	left: auto;
	right: 3px;
}

.dekobox .deko-right {
	left: auto;
	right: 0;
}

.dekobox .deko-top-right, .dekobox .deko-bottom-right, .dekobox .deko-top-left, .dekobox .deko-bottom-left {
	position: absolute;
	border: 1px solid #333d40;
	width: 2em;
	height: 2em;
}

.dekobox .deko-top-right {
	border-right: 0;
	border-top: 0;
	border-bottom-left-radius: 2em;
	right: 0;
	top: 0;
}

.dekobox .deko-bottom-right {
	border-right: 0;
	border-bottom: 0;
	border-top-left-radius: 2em;
	right: 0;
	bottom: 0;
}

.dekobox .deko-top-left {
	border-top: 0;
	border-left: 0;
	border-bottom-right-radius: 2em;
	left: 0;
	top: 0;
}

.dekobox .deko-bottom-left {
	border-left: 0;
	border-bottom: 0;
	border-top-right-radius: 2em;
	left: 0;
	bottom: 0;
}

.dekobox .deko-top-right:after, .dekobox .deko-bottom-right:after, .dekobox .deko-top-left:after, .dekobox .deko-bottom-left:after {
	position: absolute;
	content: "";
	border: 1px solid #333d40;
	width: 2em;
	height: 2em;
}

.dekobox .deko-top-right:after {
	border-right: 0;
	border-top: 0;
	border-bottom-left-radius: 2em;
	right: 3px;
	top: 3px;
}

.dekobox .deko-bottom-right:after {
	border-right: 0;
	border-bottom: 0;
	border-top-left-radius: 2em;
	bottom: 3px;
	right: 3px;
}

.dekobox .deko-top-left:after {
	border-top: 0;
	border-left: 0;
	border-bottom-right-radius: 2em;
	top: 3px;
	left: 3px;
}

.dekobox .deko-bottom-left:after {
	border-left: 0;
	border-bottom: 0;
	border-top-right-radius: 2em;
	bottom: 3px;
	left: 3px;
}

.rowfc{
	display: flex; 
	row-gap: 30px; 
	flex-wrap: wrap; 
	box-sizing: border-box; 
	margin-left: -8px; 
	margin-right: -8px; 
	position: relative; 
	justify-content: center; 
}
.rowfc *{
	box-sizing: border-box; 
}

.teaser_row .item{
	display: flex; 
	width: 25%;
	padding-left: 8px; 
	padding-right: 8px; 
}
.teaser_row .dekobox{
	display: flex; 
	align-items: center; 
	text-align: center; 
	flex-direction: column; 
	width: 100%; 
}

.imgdouble{
	position: relative; 
}

.imgdouble>img:nth-child(2){
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	animation: 16s infinite imgdouble;
}
@keyframes imgdouble {
  0% {
    opacity: 0; 
  }
  40% {
    opacity: 0; 
  }
  50% {
    opacity: 1; 
  }
  90% {
    opacity: 1; 
  }
  100% {
    opacity: 0; 
  }
}

.extwrapper,
.extwrapper * {
	box-sizing:border-box; 
}

.extwrapper {
	position: relative;
	width: 100%;
	margin: 0 0 1em;
	border: 1px solid #82898a;
}

.extwrapper.square {
	max-width: 560px;
}

.extwrapper>div {
	position: relative;
	width: 100%;
	padding-top: 300px;
	top: 0;
}

.extwrapper.square>div {
	padding-top: 100%;
}

.extcontent {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.extpreview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: white; */
}

.extpreview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.12;
}

.extactivate {
	position: absolute;
	top: 0;
	overflow: auto;
	height: 100%;
	padding: 1em;
	display: flex;
	flex-direction: column;
	max-width: 100%;
}

.extactivate a.btn {
	height: auto;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0.75em;
	font-size: 1.1em;
	cursor: pointer;
	line-height: 1em;
	text-decoration: none;
	transition: all 0.3s ease;
}

.extactivate a.btn:hover {
	background-color: white;
	text-decoration: none;
}

.extactivate>div {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}
.extactivate span a {
	text-decoration: underline; 
}

.extactivate span {
	text-align: center;
	text-shadow: 0 0 15px #fff4, 0 0 10px #fff4, 0 0 5px #fff4;
	max-width: 100%;
}

footer .socicon {
	display: inline-block;
	width: 2em;
	height: 2em;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #333d40;
	background-color: #fff8; 
	margin-left: 2px; 
}
footer .socicon i {
	transition: all 0.3s ease; 
}
footer .socicon:hover {
	color: #FFF;
	text-decoration: none; 
}

p.error:has(+.input_frame){
	max-width: 732px; 
	margin: 0 auto; 
}

.input_row .error+div input{
	background-color: #f002; 
}

.input_row{
	display: flex; 
	gap: 30px;
	grid-template-columns: subgrid;
	display: grid;
	
}

.input_frame{
	border: 1px solid #BB1A20; 
	background-color: #eee;
	padding: 15px; 
	margin-left: auto;
	margin-right: auto;
	width: fit-content; 
}

.input_form{
	display: grid; 
	grid-template-columns: 1fr 3fr; 
	max-width: 720px; 
}
.input_form>div{
	grid-column: span 2;
}
.input_form>h3{
	grid-column: span 2;
}

.input_row_checkbox_left{
	margin-bottom: 0.5em; 
}

/* Input elements */
form {
	margin: 0px;
}

input[type=text], input[type=number], input[type=date], input[type=password], textarea, select {
    font-family:'Roboto', sans-serif;
    margin: 0 0 15px 0;
	font-size: 1em; 
    color: #000000; 
    background-color:white; 
    /* border: 1px solid #CDCDCD; */
    border:none;
    border-bottom:1px solid #BB1A20;
	padding: 10px; 
    border-radius:0px;
    box-sizing : border-box;
    /*
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    */
    transition: .33s ease-out;
    width:100%;
}
input[type=text], input[type=password], select {
	max-width: 320px;
}

select {
	width: fit-content;
}

input[type=number], input[type=date]{
	max-width: 250px; 
}
textarea{
	max-width: 500px; 
	min-height: 5em; 
	resize: vertical; 
}

input[type=checkbox], input[type=radio] {
	background:none;
	border:none;
	margin:0;padding:0;
	width:20px;
	height:20px;
	vertical-align:middle;
}

label {

}

select {
	padding: 10px;
}

textarea {
    display:block;
}

input:focus, textarea:focus, select:focus {
    border-bottom:1px solid #BB1A20;
}

input[type=image] {
	outline:none;
	border:none !important;
}

.form_button, .form_button:link, .form_button:visited, input[type=submit], input[type=button] {
    background-color:transparent;
    color:#BB1A20 !important;
    font-size: 16pt;
    letter-spacing:1px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
    padding-top:10px;
    padding-bottom:10px;
    cursor: pointer;
    margin: 0px;
    display:inline-block !important;
    border-radius:5px;   
    text-align:center;
    text-transform:uppercase !important;
    -webkit-appearance: none;
    -moz-appearance: none;       
    text-decoration:none !important;
    box-sizing : border-box;
    border:2px solid #BB1A20; 
    margin-bottom:20px;
	background-color: white; 
	transition: all 0.3s ease;
    
}

.form_button img {
    vertical-align:middle;
    height:32px;
}

.form_button:active, input[type=submit]:active, input[type=button]:active, 
.form_button:hover, input[type=submit]:hover, input[type=button]:hover
{
    background-color:#BB1A20;
    color:white !important;
}


@media (max-aspect-ratio: 9/8) {
	.introw{
		flex-direction: column; 
	}
	.introw a{
		min-height: 48vw;
	}
	.introw img{
		max-width: 66%; 
	}
}


@media only screen and (min-width: 1921px) {
    /*
    .style_element2 .right, .style_element2 .left, header, footer .left, footer .right, .round_corner_img,  .brown_split_frame .left_frame, .brown_split_frame .right_frame, .contact  {
        border-radius:15px;
    }
    */
    
    .contact .main_frame {
        padding: 0px;
        padding-left:5%;
        padding-right:5%;
    }
    
    .edge2 {
        display:block;
    }
        
    /*
    header {
        margin-top:20px;
        
    }

    footer .left {
        margin-bottom:20px;
    }
    */
    footer .right {
        height:179px; /* Because of swingline */
    }    
    
    body {
        /* background-image: linear-gradient(90deg, #6394EE 0%, white 50%) */

        
    }
    
    section.bkg_img {
        background-size: cover;
        background-position: center bottom 30%;
        background-repeat: no-repeat;
    }
    
}

@media only screen and (max-width: 1600px) {
    section.bkg_img {
    	background-position: center bottom 0px;
    }
}

@media only screen and (max-width: 1700px) {

	.logo img {
		height: 100px;
	}
}

@media only screen and (max-width: 1500px) {
    .main_frame {
        margin-left:50px;
        margin-right:50px;
    }

    .style_element .right_start, .style_element .right_start2 {
        width:auto;
        min-width:610px;
    }

    .style_element .left {
        width:calc(100% - 670px);
    }

    
}

@media only screen and (max-width: 1440px) {

    .img_ruecken {

        left:-50px;

    }

    .footer_logo {
        max-width:250px;
        
    }

    .start .style_element .right_start {
        margin-top: -130px;
    }

}

@media only screen and (max-width: 1439px) {

    .sidebar {
    
        top:300px;
    }

}

@media only screen and (min-width: 1601px) {
    
    footer .main_frame {
        margin-left:auto !important;
        margin-right:auto !important;
    }
}

@media only screen and (max-width: 1399px) {

    .brown_split_frame {
    
        margin-top:200px
    }
	.menu > li > a {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 1280px) {
	.menu > li > a{
		margin-left: 0; 
		margin-right: 0; 
		font-size: 12pt; 
		
	}
    .img_ruecken {

        left:-90px;

    }

    .brown_split_frame .left_frame .swingline {
        left:10px;
    }

    .main_frame {
        margin-left:20px !important;
        margin-right:20px !important;
    }

    .menu a {
        padding:15px 15px 15px 15px;
    }

    .style_element .right_start, .style_element .right_start2 {
        width:auto;
        min-width:540px;
    }

    .style_element .left {
        width:calc(100% - 600px);
    }

    .claim {
        left:10%;
    }
    
    .contact_split_frame .left_frame {
        width: calc((100% - 0px) /1);
        margin-bottom:20px;
    }
    .contact_split_frame .right_frame {
        width: calc((100% - 0px) / 1); 
    }



    .footer_logo {
        max-width:200px;
    }    

	/*
    footer .row {
        display:block;
        padding-right:0px;
        padding-left:0px;
        width:auto;
    }
    */
	
    footer .row .col-md-4 {
        width:47% !important;
        display:inline-block;
        margin-bottom:20px;

    }
    
    .footer_logo {
        max-width:310px;
        
    }

}

@media only screen and (max-width: 1200px) {
    .img_ruecken {
        max-width:700px;
        top:-89px;
    }
    
    .brown_split_frame .left_frame {
        padding-left:0;
    }
    
    .brown_split_frame .left_frame .swingline {
        display:none;
        
    }
    
    .tag_marker {
        font-size:11pt;
        
    }

    .sidebar {
    
        top:100px;
    }
	
		
	.teaser_row .item{
		width: 33.333%;
	}
	
    .menu > li > a {
        font-size: 11pt;
        padding-left: 5px;
        padding-right: 5px;        
    }
   
}
@media only screen and (max-width: 1100px) {
	.menu > li > a{
		font-size: 10pt; 
	}
}
@media only screen and (max-width: 1050px) {
    .main_frame {
        margin-left:20px;
        margin-right:20px;
    }

    
    .claim h1 {
        font-size:3em;
    }
    .claim p {
        font-size:1.5em;
    }
    

    .logo img {
        position:relative;
        /*left:-50px;*/
    }   
    
    .sidebar {
        margin-left:auto;
        margin-right:auto;
        position:static;
        margin-top:0;
		margin-bottom: 80px; 
    }
    
	.sidebar .in:after {	

		background: -moz-radial-gradient(0 100%, circle, transparent 20px, #2F3E45 21px), -moz-radial-gradient(100% 100%, circle, transparent 14px, #2F3E45 21px), -moz-radial-gradient(100% 0, circle, transparent 20px, #2F3E45 21px), -moz-radial-gradient(0 0, circle, transparent 20px, #2F3E45 21px);
		background: -o-radial-gradient(0 100%, circle, transparent 20px, #2F3E45 21px), -o-radial-gradient(100% 100%, circle, transparent 20px, #2F3E45 21px), -o-radial-gradient(100% 0, circle, transparent 20px, #2F3E45 21px), -o-radial-gradient(0 0, circle, transparent 20px, #2F3E45 21px);
		background: -webkit-radial-gradient(0 100%, circle, transparent 20px, #2F3E45 21px), -webkit-radial-gradient(100% 100%, circle, transparent 20px, #2F3E45 21px), -webkit-radial-gradient(100% 0, circle, transparent 20px, #2F3E45 21px), -webkit-radial-gradient(0 0, circle, transparent 20px, #2F3E45 21px);
		 
		background-position: bottom left, bottom right, top right, top left;
		-moz-background-size: 50% 50%;
		-webkit-background-size: 50% 50%;
		background-size: 50% 50%;
		background-repeat: no-repeat; 
	}
	
}


/* Mobile */
@media only screen and (max-width: 1023px) { /* 690px */

    .start {
        overflow-y:auto;
    }

    .start .style_element .right_start {
        display:none;
    }

    .page_frame {
        display:block;
    }
    
    
    .page_frame_in {
        display:block;
    }

    .page_frame_in .col-md-2:nth-child(2) img {
        opacity:1 !important;
    }


	/* Menu */
	#menu_sidebar, 
	#menu_sidebar ul,
	#menu_sidebar li
	{
        padding: 0px;
        margin: 0px;

	}
	#menu_sidebar > li
	{
		display:inline-block;
	}
	#menu_sidebar li
	{
    list-style-type: none;
		text-align:left;
	}
		
	#menu_sidebar
	{
		position:fixed;
		right:0px;
		left:auto;
		top:55px;
		height:auto;
		width:300px;
		background-color:#FFFFFF;

		color:black;
		box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
		-moz-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
		-webkit-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
		-khtml-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
		display:none;	
		z-index:19000;
		overflow:auto;

	}
	
	.bt_menu_open {
		display:block;
	}

	#menu_sidebar ul {
        display: none;
        position: static;
        padding-left: 20px;
        margin-top: 2px;
	}
	
	#menu_sidebar a {
		min-height:40px;
		line-height:40px;
		background-color:transparent;
		color:#000000;
		margin-right:0px;
		padding-left:15px;
		padding-right:45px;    	

		display:block;
		position: relative; 
	}
	
	#menu_sidebar ul {
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-khtml-box-shadow:none;
		margin-left:0px;
		margin-bottom:10px;	
	}
	
	#menu_sidebar li:hover > ul {
		display:none;
	}
	
	#menu_sidebar > li {
        float: none;
		display:block;
	}
		
	#menu_sidebar li {
		border-bottom:1px solid #E7E7E7;
	}
	
	#menu_sidebar a.marked, #menu_sidebar a.marked:visited, #menu_sidebar a.marked:active, #menu_sidebar a.marked:hover {

/*	    background-color: transparent !important; */
    font-weight:bold;
		background-color:transparent;	    
	
	}	

	#menu_sidebar li:hover, #menu_sidebar li:hover > a {
	    color:black;
	    background-color: transparent;
	}
	
	#menu_sidebar li.closed {
		/*background:url(../images/menu_closed.png) right 15px no-repeat*/
	}
	
	#menu_sidebar li.closed>a>i {
		
	}
	#menu_sidebar li>a>i {
		position: absolute; 
		padding: 12px 15px;
		right: 0; 
		top: 0; 
		transition: all 0.3s ease; 
	}
	#menu_sidebar li.opened>a>i {
		transform: rotateX(180deg);
	}
	
	#menu_sidebar li.opened {
		/*background:url(../images/menu_opened.png) right 15px no-repeat;*/

	}
	
	#menu_sidebar ul li.closed {
		/*background:url(../images/menu_closed.png) right 6px no-repeat;*/
	}
	
	#menu_sidebar ul li.opened {

		/*background:url(../images/menu_opened.png) right 6px no-repeat;*/
	}	
	
	#menu_sidebar ul {
		margin-left:0px;
		background-color:#FFFFFF;
	}
		
	#menu_sidebar ul li {
		border-bottom:none;
		/*
    list-style-type: square;
    list-style-position: outside;
    */
		padding-left:0px;
	}	
	
	#menu_sidebar ul li a, 	#menu_sidebar ul li a:visited, 	#menu_sidebar ul li a:active 	 {
		line-height:24px !important;		
		min-height:24px !important;		
		padding:0px;
		padding-right:25px;
		padding-left:15px;
		font-size:9.5pt;
		background:url(../images/menu_item.png) 0px 8px no-repeat;
		
	}
	
	#menu_sidebar ul li a:hover, #menu_sidebar ul li a.marked,  #menu_sidebar ul li a.marked:hover {
		background:url(../images/menu_item_m.png) 0px 8px no-repeat;

	}

	#menu_sidebar ul ul
	{
        margin-top: 0; 
        left:0;
	}
	
	#menu_sidebar li.menu_sidebar_tools, 	#menu_sidebar li.menu_sidebar_tools:hover {
		height:24px;
		line-height:24px;
		min-height:24px;
		border:none;
		background-color:#E7E7E7;
		overflow:hidden;
	}
	
	.bt_menu_open {
		display:block;
	}
	
	.menu_imprint, .menu_desktop {
	    display:none;
	}
	
	.top {
	    padding-bottom:50px;
	    padding-top:10px;
	    height:65px;
	}
	
    .logo img {
        top:0px;
    }        

    
    header.start {
        background-position:-130px 0px;
    }    
    

	.logo img {
		height: 120px;
	}
    
}


@media only screen and (max-width: 1023px) {
    .row {
        padding-right:0px !important;
        padding-left:0px !important;
        width:auto !important;
        display:flex;
		width: 100%; 
		
		flex-wrap: wrap;
		justify-content: center; 
    }
     .col-md-2 {
        padding-right:0px !important;
        padding-left:0px !important;
        width:auto !important;
        display:block;
    }
  
    .text_frame {
        max-width:100%;
    }
    
    .col-md-2 img {
        margin-top:0px !important;
    }

    .col-md-3 {
        width: 31%;
        
    }
    footer {
        padding-bottom:10px;
    }
    

    .logo  {
        position:relative;
        top:-15px;

    }	
}


@media only screen and (max-width: 980px) {
	.teaser_row .item{
		width: 50%;
	}

    footer .left {
        width:calc(100% - 40px);
        margin-right:0px;
        border-top-left-radius:15px;
        padding-left:40px;
    }
    
    footer .right {
        display:none;
    }

    #page_nav_up {
    	background-color:#b48d29;
    }
    
}


@media only screen and (max-width: 900px) {

    header.start {
        background-position:-130px 0px;
    }    
    
}

@media only screen and (max-width: 840px) {

    footer .row, footer .row, .col-md-4 {
        display:block !important;
        padding-right:0px;
        padding-left:0px;
        width:auto;
        
    }

}


@media only screen and (max-width: 780px) {

	.start header {
		min-height: 60vh;
		height: auto;
	}

    .top {
        padding-top:20px;
        height:55px;
    }

    .logo img {
        max-width: 250px;
    }

    
    .menu_imprint {
        display:none;
    }
    
        
    .claim h1 {
        font-size:3em;
    }
     
     .logo  {
        position:relative;
        top:-25px;

    }	

}


@media only screen and (max-width: 739px) {
    .row, .col-md-3, .row, .col-md-4 {
        display:block !important;
        padding-right:0px !important;
        padding-left:0px !important;
        width:auto;
        
    }
    
     footer .row .col-md-4 {
        width:auto !important;

    }
     footer .row .col-md-3 {
		margin-bottom: 2em; 

    }

    .style_element .left {
        display:none;
    }


    .style_element .right_start, .style_element .right_start2 {
        width:auto;
        min-width:auto;
        height:auto;
        line-height: 1.5;
        padding-top: 7px;
        padding-bottom: 7px;
    }

}



@media only screen and (max-width: 670px) {
	.teaser_row .item{
		width: 100%;
	}
    header.start {
        background-position:-60px 0px;
    }    
    .claim {
        padding-left:20px;  
        padding-right:20px;
    }

    .style_element2 .right .in {
        padding:30px 30px 30px 30px;    
    }

    .row, .col-md-2 {
        width:auto !important;
    }    


    .contact .main_frame {
        padding-right: 0px;
    }
    

    
}

@media only screen and (max-width: 560px) {

    
    .page_frame_in .col-md-2:first-child, .text_frame {
        min-width:0px !important;
        
    }
    
    .page_frame_in {
        font-size: 12pt !important;
    }
    
    .contact_split_frame .left_frame .in {
        padding: 20px;
    }
    
    section {
        font-size: 12pt;
    }
    
    .logo {
        top: -25px;
    }
	
	.input_row{
		display: flex; 
		flex-direction: column; 
		gap: 0; 
	}
	
}

@media only screen and (max-width: 535px) {


    
    .contact table, .contact tbody, .contact table tr, .contact table tr td {
        display:block !important;
        padding:0px 0px 10px 0px !important;
        width:auto;
    }
    
}

@media only screen and (max-width: 500px) {
    
    header.start {
        background-position: -130px 0px;
    }
    
   
    .claim h1 {
        font-size:2.5em;
        text-align:center;
    }
    .claim p {
        font-size:1.33em;
    }
    
    h2 {
        font-size:20pt;
        
    }
    
    .logo img {
        
        height:100px;
    }
    

}

@media only screen and (max-width: 420px) {

    .claim h1 {
        font-size:2em;
    }
    .claim p {
        font-size:1.2em;
    }

    .main_frame {
        margin-right:0px !important;
        margin-left:0px !important;
    }
    
    .logo  {
        position:relative;
        top:-20px;
    }	

    
    header.start {
        background-position: -160px 0px;
    }    


    footer .swingline {
        display:none;
        
    }

    .tag_marker {
        font-size:9.5pt;
        padding:5px 10px 5px 10px;
        letter-spacing:0px;
        font-weight:normal;
    }    
    
    .style_element2 .left {
        display:none;
    }
    
    .style_element2 .right {
        width:100%;
        border-radius:0px !important;
    }
    .style_element2 .right .in {
        padding:30px 0px 30px 0px;
    }

    footer .left {
        padding-left:20px;
    }

   .logo img {
        
        height:80px;
    }
    
   .logo img:nth-child(2) {
        margin-left:-10px;
    }  
}

@media only screen and (max-width: 360px) {
    .tag_marker {
        font-size:9pt;
        padding:5px 10px 5px 10px;
        letter-spacing:0px;
        font-weight:normal;
    }    
}

@media only screen and (max-width: 350px) {

    .claim h1 {
        font-size:1.5em;
    }
    .claim p {
        font-size:1.1em;
    }

    .top {
        padding-top:20px;
        height:55px;
    }
    
    header.start {
        background-position: -160px 0px;
    }    
}

@media only screen and (max-width: 320px) {

    header.start {
        background-position: -180px 0px;
    }    
}