/* CSS Document */


/* ========== Thank you for looking at this code ========== */
/* ========== WARNUNG! COPYRIGHT BY haller.id | SWITZERLAND ========== */

:root {

	--HauptFarbe: #181818;
	--secondarFarbe:#fbbb0d;
	--secondarFarbe1:rgba(104,113,142,0.5);
	--secondarFarbe2:#03b5cb;
	--secondarFarbe3:#79796e;
	--secondarFarbe4:#48443d;
	--secondarFarbe5:#f5f5f5;
	/*--greyFarbe: rgba(241,241,241,1.00);*/
	--greyFarbe:rgba(104,113,142,0.20);
	--darkFarbe:#C5C5C5;
    --weissFarbe: #fff;
    --weissTransparent: rgba(255, 255, 255, 0.75);
	--mobilenav: rgba(255, 255, 255, 0.95);
	--schwarzFarbe: #333333;
	--schwarz: #000000;
	--inputFarbe:rgba(229,229,229,1.00);
	
	--TitelGross: 4.5rem;
	--TitelGross2: 3rem;
	--TitelStandard:2.5rem;
	--Titelklein:2rem;
	
	--TextGross:3rem;
    --TextStandard: 1.25rem;
    --Textklein: 1rem;
	
    --standardSchrift: 'web_font_regular';   
	--boldSchrift: 'web_font_regular_bold'; 

	--borderRadi:3px;
	--borderRadi10:10px;
	--borderRadi50:50%;
    --normal: 400;
    --fett: 900;
    --leicht: 300;
	--fest:bold;
	
	--randAbstand1:1rem;
	--HundertProz:100%;
	--hoeheAuto:auto;
		
	--bewegung:all 0.3s ease-in-out;
	--bewegung6:all 0.6s ease-in-out;
}


	@font-face {
		font-family:'web_font_regular_bold';
		src:url("../assets/Balibold.ttf");
	}


	@font-face {
		font-family:'web_font_regular';
		src:url("../assets/Balibold.ttf");
		/*font-weight: bolder;*/
	}



/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background:var(--secondarFarbe1);
    /*color: #336699;*/
	color:var(--weissFarbe);
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background:var(--secondarFarbe1);
    /*color: #336699;*/
	color:var(--weissFarbe);
}



/* ========== ========== DESIGN BODY - HEADQUARTER ========== ========== */
* {
    padding: 0;
    margin: 0;
	font-family:'Verdana', sans-serif!important;
    color: var(--schwarz);
    font: var(--TextStandard);
    font-weight: var(--normal);
    box-sizing: border-box;
}
html {
	font-size:100%;
  	overflow-x: hidden;
}

	body {
		font-family:sans-serif;
		text-decoration:none;
		margin:0;
		padding:0;
    /*background-color:beige;  ZUM ARBEITEN*/
}

	header {
		position: relative;
		width: var(--HundertProz);
		background-color:var(--weissFarbe);
		margin:0;	
		padding:0;
}

	h1 {
		font-size:var(--TitelGross);
		letter-spacing: 2px;
		/*text-transform: uppercase;*/
		/*text-align:center;*/
		font-family:'web_font_regular_bold'!important;
		color: var(--secondarFarbe);
}

	h2 {
		font-size:var(--TitelGross2);
		color: var(--HauptFarbe);
		letter-spacing: 2px;
		text-transform: uppercase;
		/*text-align: center;*/
		font-family:'web_font_regular_bold'!important;
}

	h3 {
		font-size:var(--TitelGross2);
		color: var(--HauptFarbe);
		text-transform: uppercase;
		letter-spacing: 2px;
		font-family:'web_font_regular'!important;
}

	h4 {
		font-size:var(--Titelklein);
		color: var(--secondarFarbe);
		text-transform: uppercase;
		letter-spacing: 2px;
		font-family:'web_font_regular'!important;
}
	h5 {
		font-family:'web_font_regular'!important;
		letter-spacing: 2px;
		font-size:var(--TextStandard);
		color: var(--schwarzFarbe);
		text-transform: uppercase;
}

	p {
		font-size: var(--Textklein);
        color:var(--schwarzFarbe);
		/*font-family:'Lato'!important;*/
}

	main {
		min-height: 800px;  		
}

	footer {
		position: absolute; 		
		width: var(--HundertProz);

}

	a {
		color: var(--schwarz);
		text-decoration:none; 
		cursor: pointer;
}

	li {
		list-style:none;
}
	.displayflex{
		display:flex;
	}

/* ========== ========== MOBILE MENU ========== ========== */
.containernav2 {
	display:none;
}

.dropdown44-container {
  display: none;  	
}
.navi_elzi_top_ul_1{
	position:relative;
	display: flex;
	padding-top: 1rem;
}
.navi_elzi_top_ul_2{
	position:relative;
    z-index: 5;
	padding-top: 1rem;
}
.navi_elzi_top_li{
	margin: 0 1rem;
}
.setnav_a{
	transition:var(--bewegung);
	width: var(--HundertProz);
	padding:2rem 2rem;
	color:var(--HauptFarbe);
	display:flex;
	justify-content: space-between;
	border-bottom:3px solid var(--greyFarbe);			
}

/* ========== ========== Header Top ========== ========== */


.header_top_div_nav_ul{
	width:auto;
	height:  var(--HundertProz);
	display: flex;
	padding:1rem 0rem;
	position: relative;
	justify-content: flex-end;
}

.header_top_div_nav_ul a{
	padding:1rem 1rem;
	transition:var(--bewegung);
	margin: 0 0.5rem;
	color:var(--HauptFarbe);
	font-family:'web_font_regular_bold'!important;
	font-size:var(--TextStandard);
	letter-spacing: 2px;
	border-bottom: 3px solid rgba(255,255,255,0.00);
}
.header_top_div_nav_ul a:hover{
	padding:1rem 1rem;
	margin: 0 0.5rem;
	transition:var(--bewegung);
	border-bottom: 3px solid var(--darkFarbe);
	color:var(--darkFarbe);
}

.header_top_div_nav_ul a.setnav_aheader{
	transition:var(--bewegung);
	border-bottom: 3px solid var(--darkFarbe);
	color:var(--darkFarbe);
}
.header_top_div_nav_ul span{
	padding:1rem 1rem;
	cursor:default;
	transition:var(--bewegung);
	margin: 0 0.5rem;
	color:var(--HauptFarbe);
	font-family:'web_font_regular_bold'!important;
	font-size:var(--TextStandard);
	letter-spacing: 2px;
	border-bottom: 3px solid rgba(255,255,255,0.00);
}
.header_top_div_nav_ul .dropdown {
	position: relative;	
}
.header_top_div_nav_ul .dropdown-content  {
	position: absolute;
	min-width: 100%;
	z-index: 3;
	display: none;
	transition:var(--bewegung);
	padding:1rem 0;
}
 .header_top_div_nav_ul .dropdown:hover .dropdown-content  {
  	display: block;
	transition:var(--bewegung);		
}

.header_top_div_nav_ul .dropdown-content a {
	position: relative;
	display: block;	
	width: var(--HundertProz);
	height:  var(--HundertProz);
	background-color: var(--weissFarbe);
	font-family:'web_font_regular'!important;
}

.header_div{
	/*background-color: goldenrod;*/
    background-image: url("../bilder/design/headerimg/preview.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;	
	width: var(--HundertProz);
	height: 500px;
	margin: 0.5rem 0 0 0;
	padding:0rem 0 0 0;
	justify-content: center;
}
.header_div_01{
	position: relative;
	display: block;	
	width: 50%;
	height:auto;
	margin: 0rem 0 0 0;
	padding:8rem 1rem 1rem 5rem;
}
.header_div_icon{
	position: relative;
	display: flex;	
	width: var(--HundertProz);
	height: auto;
	margin: 0rem 0 0 0;
	padding:1rem 0rem;
}
.header_div_icon img{
	width: 40px;
	margin: 0rem 0.5rem 0 0;
	transition:var(--bewegung);
	transform: scale(1);
}
.header_div_icon img:hover{
	transition:var(--bewegung);
	transform: scale(1.2);
}
.header_div_02{
	position: relative;
	display: flex;	
	width:30%;
	height: var(--HundertProz);
	margin: 0rem 0 0 0;
	padding:0rem 0 0 0;
}
.header_div_02 img{
	position:absolute;
	width: auto;
	height: 110%;
	margin: 0rem 0 0 0;
	padding:0rem 0 0 0;
}
.slider /*Startseite IMG*/ {
     display: none;
	z-index: 2;
    }
.startslider{
	display: flex;
	z-index: 1;
}
/* ========== ========== main 1 ========== ========== */
.main_div_titel_01{
	background-color:var(--greyFarbe);
	display: flex;	
	width: var(--HundertProz);
	height: var(--HundertProz);
	margin:8rem 0 2rem 0rem;
	padding:1rem 2rem 1rem 15rem;
}
.main_div_titel_01 h3{
}
.main_div_01{
	position: relative;
	width: var(--HundertProz);
	height: var(--HundertProz);
	margin: 0rem auto;
	padding:0rem;
}
.main_div_01_box_main{
   /* background-image: url("../bilder/design/headerimg/preview.jpg");*/
     /*background-image: url("../bilder/design/headerimg/cat.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;  
	max-width: 1200px;
	margin: 4rem auto;
	background-color:var(--greyFarbe);
	padding:0rem;
}
.main_div_01_box_css{
	display: flex;
}
.main_div_01_box_bg_css_img{
	width: 40%; 
	position: relative;
	display: flex;	
	z-index: 1;
	justify-content: center;
	text-align: center;
    object-fit: cover;
}
.main_div_01_box_bg_css_img img{
	width: 100%;
	margin: 0 auto;
    height:100%;
    object-fit: cover;
    
}
.main_div_01_box_bg_css_text{
	width: 60%;
    padding: 2rem 2rem 0.5rem 2rem;
	position: relative;
	height:auto;
    margin: 0rem auto;
    
}
.main_div_01_box3 {
	display: flex;
	justify-content:flex-start;
}

.main_div_01_box3 p{
	background-color:  var(--weissFarbe);
	margin: 1rem 0.5rem;
	padding:0.6rem 3rem;
	width: auto;
	transition:var(--bewegung);
	overflow: hidden;
}
.main_div_01_box3 p:hover{
	background-color:  var(--secondarFarbe2);
	transition:var(--bewegung);
	color:var(--weissFarbe);
}

.main_div_01_box_bg_css_text h5{
	padding: 1rem 0 0 0;
}
.main_div_01_box_bg_css_text p{
}
.main_div_01_box2_artikel{
	padding: 1rem 0 0 0;
}
.main_div_01_box2_datum{
	position: absolute;
	top:1rem;
	right: 2rem;
	color:var(--secondarFarbe3);
}
.rubrik_css{
	position: absolute;
	top:2rem;
	right: 2rem;
    color:var(--secondarFarbe3);
}
.main_div_01_box2_sterntext{
    bottom:3rem;
	left: -2rem;
	padding: 0.5rem 1rem;
	transform: rotate(-15deg);
}
.main_div_01_box2_sterntext_2{
    bottom:3rem;
	right: -2rem;
	padding: 0.5rem 1rem;
	transform: rotate(15deg);
}
.main_div_01_box2_sterntext, .main_div_01_box2_sterntext_2{
    position: absolute;
	width: 120px;
  	height: 120px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	display: flex;
	background-color:var(--secondarFarbe2);
	z-index: 1;
    color:var(--weissFarbe);
}


/* ========== ========== Galerie ========== ========== */

.header_div_galerie{
	background-color: rgba(10,7,0,1.00);
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: var(--HundertProz);
	height: 500px;
	margin: 0.5rem 0 0 0;
	padding:0rem 0 0 0;
    overflow: hidden;
}
.header_div_galerie img{
	width:auto;
	height:100%;
	margin: 0rem 0 0 0;
	padding:0rem 0 0 0;
    background-color: rgba(171,212,159,1.00);
}
.header_div_galerie a{
	width: auto;
	height:250px;
    background-color: aquamarine;
}

.main_div_titel_01_fitertitel h3{
	position: relative;
    width:auto;
    height:auto;
	left:35%;
	top:0;
    z-index: 1;
}
.main_div_titel_01_button{
    display:flex;
    flex-wrap: wrap;
}
.main_div_titel_01_sortieren{
    padding: 0.8rem 0.5rem 0 0;
}


.main_div_titel_01 button{
    background-color:  var(--secondarFarbe5);
    color:var(--weissFarbe);
    margin: 0rem 0.5rem;
	padding:1rem 2rem;
    cursor: pointer;
    border: none;
    border-radius: var(--borderRadi10);
	transition:var(--bewegung);
}
.main_div_titel_01 button:hover{
    box-shadow: 1px 5px 12px #888888;
    background-color:  var(--secondarFarbe2);
	transition:var(--bewegung);
}
.main_div_galerie{
	position: relative;
	display: flex;
    flex-wrap: wrap;
	width: var(--HundertProz);
	height: var(--HundertProz);
	margin: 2rem auto;
	padding:0rem 0rem;
}
.main_div_galerie_box1{
    background-color:var(--weissFarbe);
	position: relative;
	display: block;	
	width: 30%;
    text-align: right;
	min-height: var(--HundertProz);
	margin: 1rem auto;
	padding:2rem 3rem 2rem 3rem ;
    border-bottom:3px solid var(--greyFarbe);
    border-top:3px solid var(--greyFarbe);
}
.main_div_galerie_box1 p{
    padding:0.5rem 0rem 0.5rem 0rem ;
}
.main_div_galerie_box1_link p{
	color:  var(--HauptFarbe);
	border-radius: var(--borderRadi10);
	transition:var(--bewegung);
    padding:1rem 0.2rem 0rem 0rem ;
	overflow: hidden;
}
.main_div_galerie_box1_link p:hover{
	transition:var(--bewegung);
    padding:1rem 0.5rem 0rem 0rem ;
	font-weight: bold;
}
.main_div_galerie_box2{
     background-color: rgba(10,7,0,1.00);
	position: relative;
	display: flex;
	width: 70%;
	height: 250px;
	margin: 1rem auto;
	padding:0rem 0rem;
    overflow: hidden;
}
.main_div_galerie_box2 img{
	width:auto;
	height:100%;
	margin: 0rem 0 0 0;
	padding:0rem 0 0 0;
}

.main_div_galerie_box2 a{
	width: auto;
	height:250px;
    background-color:var(--greyFarbe);
}

.galerie_link_button{
    position: absolute;
    top:0;
    right: 0;
    padding: 6.3rem 1rem 0 0.5rem;
    transition:var(--bewegung);
}
.galerie_link_button:hover{
    padding: 6.3rem 1.5rem 0 0.5rem;
    transition:var(--bewegung);
}
.galerie_link_button img{   
    width: 50px;
    height: 50px;
}

/* ========== ========== Film ========== ========== */

.header_div_film{
    background-color: rgba(10,7,0,1.00);
	position: relative;
	display: block;
    flex-wrap: wrap;
    justify-content: space-between;
	width: var(--HundertProz);
	height:  var(--HundertProz);
	margin: 0.5rem 0 0 0;
	padding:0rem 0 0 0;
    overflow: hidden;
}
.header_div_film iframe{
    background-color: rgba(10,7,0,1.00);
	position: relative;
	width: var(--HundertProz)!important;
	min-height: 600px;

}
/* ========== ========== Theater ========== ========== */

.header_div_theater{
    background-color: rgba(139,101,13,1.00);
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: var(--HundertProz);
	height: 500px;
	margin: 0.5rem 0 0 0;
	padding:0rem 0 0 0;
    overflow: hidden;
}

/* ========== ========== Über mich ========== ========== */
.uebermich_div_01{
	background-color: rgba(70,211,211,1.00);
	position: relative;
	display: flex;	
	width: var(--HundertProz);
	height: var(--HundertProz);
	margin: 5rem auto;
	padding:3rem 10rem;
	justify-content: center;
	text-align: center;
}
.uebermich_div_01 p{
	max-width: 700px;
}
.uebermich_table_01{
	position: relative;
	display: flex;	
	width: var(--HundertProz);
	height: var(--HundertProz);
	justify-content: center;
	margin: 0 auto;
}

.uebermich_td_01{
	padding:0.5rem 1rem;
	font-weight: bold;
}
.uebermich_td_02{
	padding:0.5rem 1rem;
}
.uebermich_div_03{
	background-color: rgba(70,211,211,1.00);
	position: relative;
	display: flex;	
	width: var(--HundertProz);
	height: var(--HundertProz);
	margin: 5rem auto;
	padding:3rem 10rem;
	justify-content: center;
	text-align: center;
}
.uebermich_div_03 p{
	max-width: 700px;
}
/* ========== ========== Newsbox Footer ========== ========== */
#newsletter_tab{
	display: none;
}
/* ========== ========== Impressum ========== ========== */
.impressum{
	background-color:var(--greyFarbe);
	position: relative;
	width: var(--HundertProz);
	height: var(--HundertProz);
	overflow: hidden;
	padding:1rem;
}
.impressum h4{
	
}
.impressum p{
	padding:1rem 0 1rem 0;
	margin:0 auto;
	max-width: 700px;
}
.impressum a{
	color:var(--HauptFarbe); 
	cursor: pointer;
}
/* ========== ========== Kontakt ========== ========== */

.ind_kontakt_01{
	position: relative;
	width: var(--HundertProz);
	height: var(--HundertProz);
	min-height: 400px;
	margin:4rem 0 0rem 0;
	padding:0rem 0;
	background-color:var(--weissFarbe);
	overflow: hidden;
	transition:var(--bewegung);
	min-width: var(--HundertProz);
	background-image: url("../bilder/design/header/index_03.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.kontaktbody{
	position: relative;
	width: var(--HundertProz);	
	height:var(--HundertProz);
	padding:5rem 2rem 2rem 2rem;
	overflow:hidden;
	
	
}
.kontaktbox_login {
	max-width: 100%;
	border-radius: var(--borderRadi10);
	padding:2rem;
	display:block;
	transition:var(--bewegung);
	margin: 1rem 16rem;
	background-color:rgba(229,229,229,0.5);
}

.kontaktbox_login:hover{
	box-shadow: 1px 5px 12px #888888;
	transition:var(--bewegung);

}
.kontaktbox_login h4{
	color:var(--HauptFarbe);
}
.kontaktbox_login form {
	position: relative;
	width: var(--HundertProz);	
	height:var(--HundertProz);
	overflow:hidden;
	padding:2rem;
	display:block;
}
.kontaktbox_login input {
	padding:1rem;
	margin:1rem;
	background-color:var(--inputFarbe);
	border:none;
	border-radius: var(--borderRadi);
}

.kontaktbox_login input[type=text]:focus {	
	border: 3px solid #555;
	
}


.kontaktbox_login input[type=submit] {
  	color: var(--weissFarbe);
	background-color:var(--HauptFarbe);
	padding:1rem;
	transition:var(--bewegung);
	cursor:pointer;
	min-width: 200px;
	border:none;
}
.kontaktbox_login input[type=submit]:hover {
  	background-color:var(--weissFarbe);
	color: var(--HauptFarbe);
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.1), 0 17px 50px 0 rgba(0,0,0,0.1);
	transition:var(--bewegung);
}
.kontaktbox_div3 p{
	width: 50%;
	padding:0rem 0rem 0rem 2rem;
}
.kontaktbox_div{
	position: relative;
	display:flex;
	justify-content: space-around;
	width: var(--HundertProz);	
	height:var(--HundertProz);
	margin:0rem;
}

.kontaktbox_div2{
	width: var(--HundertProz);	
	padding:1rem;
	position: relative;
	display:flex;
	justify-content: flex-start;
	margin:0rem;
}
.kontaktbox_div3{
	position: relative;
	display:block;
	justify-content: flex-start;
	text-align: start;
}

	form {	
}
	label {
		padding:1rem;
		border:none;
		font-weight: bold;
		font-size:var(--Titelklein);
}

	select[id=online]{
}
	select {
		transition:var(--bewegung);
		padding:1rem;
		border: none;
		background-color:var(--inputFarbe);
		border-radius: var(--borderRadi);
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance:none;
  		cursor: pointer;	
}
	option {	
}
	select:hover {
		background-color:var(--secondarFarbe);
		transition:var(--bewegung);
}
	input {
		-webkit-appearance: none!important;
		padding:0rem;
		transition:var(--bewegung);
		background-color:var(--inputFarbe);
		border:none;
		border-radius: var(--borderRadi);
		width: var(--HundertProz);
}
	input:hover {
		background-color:var(--secondarFarbe);
		transition:var(--bewegung);
}
	input[type=text] {
		border:none;  
		
		/*margin:1rem 0;*/
}
	input[type=email] {
		border:none;  
		margin:0;
		
}
	input[type=text]:focus {
  		border: 3px solid #555;
}

	input[type=file] {
		border:none;  
		margin:0;
		cursor: pointer;
}
	textarea {
		-webkit-appearance: none!important;
		padding:1rem;
		transition:var(--bewegung);
		min-height: 200px;
		background-color:var(--inputFarbe);
		border:none;
		border-radius: var(--borderRadi);
		width: var(--HundertProz);
}
	textarea:focus {
  		border: 3px solid #555;
}
	textarea:hover {
  				background-color:var(--secondarFarbe);
		transition:var(--bewegung);
}
	button[type=submit] {
  		color: var(--weissFarbe);
		background-color:var(--HauptFarbe);
		padding:1rem;
		transition:var(--bewegung);
		cursor:pointer;
		min-width: 400px;
		border:none;
		border-radius: var(--borderRadi);
}
	button[type=submit]:hover {
		background-color:var(--greenFarbe);		
		color: var(--weissFarbe);
		transition:var(--bewegung);
}
	.fehlermeldungen {
		list-style-type: none;
}
	.fehlermeldungen li {
		padding: 0 0 0 1.5rem;
		position: relative;
		color: red;
}
	.fehlermeldungen li:before {
		content: '\26A0';
		position: absolute;
		left: 0;
		top: 0;
		width: 1.5rem;
		height: 1rem;
}
	table {
		overflow:auto!important;		
		border-collapse: collapse;		
}
	th {
		font-weight: bold;		
}
	td {		
}
	tr:nth-of-type( even ) td {
		background-color:#C4C4C4;
}
	tr:nth-of-type( odd ) td {
		background-color: #f0f0f0;
}
	.sql-statement {
		font-family: monospace;
		padding: var(--randAbstand);
		border: 1px solid #999;
		margin: 1rem 0;
}
	.bearbeitencsstd:hover {
		background-color:#02B845;
}
	.loeschencsstd:hover {
		background-color:#FF0004;
}
	.bearbeitencss {
}
	.loeschencss {
}


/* ========== ========== Footer  ========== ==========*/

.footer1_content_1{
	position: relative;
	margin: 4rem auto;
}
.footer1_content_1 a{
	display:flex;
	width:50%;
	margin: 0rem auto;
	padding:0rem 1rem;
	height:  var(--HundertProz);
	background-color:var(--secondarFarbe2);
	justify-content: center;
	border-radius: var(--borderRadi10);
	transition:var(--bewegung);
    background-image: url("../bilder/design/headerimg/preview.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;	
}
.footer1_content_1 a:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.1), 0 17px 50px 0 rgba(0,0,0,0.1);
	transition:var(--bewegung);
}
.footer1_content_1 img{
	width:18px;
	margin: 0 0 0 1rem;
}
.footer1_content_1 h3{
	padding:0.8rem 0 0 0;
}
.footer1_content_1 p{
	background-color: var(--greyFarbe); 
	margin: 1rem 2rem;
	padding:1rem 3rem;
	width: auto;
	border-radius: var(--borderRadi10);
	transition:var(--bewegung);
	overflow: hidden;
}
.footer1_content_1 p:hover{
	background-color: var(--secondarFarbe5);
	margin: 1rem 1rem;
	padding:1rem 4rem;
	transition:var(--bewegung);
}
.footer1_content_2{
	position: relative;
	width: var(--HundertProz);
	height:  var(--HundertProz);
	overflow: hidden;
	display:flex;
	justify-content:space-evenly;
	background-color:var(--secondarFarbe5);
}
.footer1_content_box1{
	position: relative;
	width: 30%;
	height:  auto;
	min-height: 200px;
	margin:0 auto;
	padding:0rem 0rem 0rem 0rem;
	overflow: hidden;
	display:block;
}

.footer1_content_box1_ul1{
    padding:1rem 3rem 1rem 8rem;
}
.footer1_content_box1_ul1 p{
    padding:0.3rem 0rem 0.3rem 0rem ;
    transition:var(--bewegung);
    color:var(--schwarzFarbe);
}
.footer1_content_box1_ul1 p:hover{
    transition:var(--bewegung);
    color:var(--secondarFarbe2);
}

.footer1_content_box2{
	position: relative;
	width: 40%;
	height:  auto;
	min-height: 200px;
	padding:0rem 0rem 0rem 0rem;
	overflow: hidden;
	display:block;
}
.footer1_content_box2_ul1{
    position: relative;
    padding:1rem ;
}
.footer1_content_box2_ul1 li {
    position: relative;
    transition:var(--bewegung);
    padding:0.3rem 0rem 0.3rem 0rem ;
}
.footer1_content_box2_ul1 a {
    transition:var(--bewegung);
}
.footer1_content_box2_ul1 a:hover {
    transition:var(--bewegung);
   font-weight: bold;
}
.footer1_content_box3{
	position: relative;
	width: 30%;
    display:block;
	padding: 1.5rem 0 1rem 0;
}
.footer1_content_box3 button{
	border:none;
	background-color:rgba(240,255,240,0.00);
	cursor: pointer;
}

.footer1_content_box3 ul li a{
    position: relative;
    margin: 2rem 0rem 2rem 0rem;
    padding: 0rem; 
	transition:var(--bewegung);
}
.footer1_content_box3 ul li a:hover{
    position: relative;
    margin: 2rem 0rem 2rem 0.5rem; 
	transition:var(--bewegung);
   	font-weight: bold;
}
.footer1_content_box3 img{
    position: relative;
    width:70%;  
}
.footer1_content_box3_icon{    
    padding: 0.5rem 0rem 0 2rem;
}
.footer1_content_box3_icon img{
    position: relative;
    width:45px;
    
    margin: 0 0.5rem 0 0;
}
.footer1_content_3{
    display:flex;
	justify-content: space-between;
}
.footer1_content_3 li{
    padding:1rem 0.2rem;
	position: relative;
    transition:var(--bewegung); 
	margin:0rem 0.5rem 0.5rem 0.5rem;
}
.footer1_content_3 a{
   	padding:0.5rem 1rem;
    transition:var(--bewegung);
    background-color:  var(--secondarFarbe5);	
}
.footer1_content_3 a:hover{
    background-color:var(--secondarFarbe2);
    transition:var(--bewegung);
    color:var(--weissFarbe);
}
.footer1_content_3_ul{
    display:flex;
}



/* ========== ========== Footer hallerid - icon & copyright ========== ==========*/
	
.flo_copy_div {
	position: relative;
	padding:1rem 0rem;
	width: var(--HundertProz);	
	background-color:var(--greyFarbe);
	text-align: center;
	bottom: 0rem;
	transition:var(--bewegung);
}	
.flo_copy_div a:hover {
	color: var(--HauptFarbe);
	transition:var(--bewegung);
}
.mobilefoot2{
	display:none;
}
.mobilefoot4{
	display:none;
}
.fva_footer_icon_member img{
	z-index: 2;
	position: absolute;
	width: 40px;
	top: 12rem;
	right: 2rem;
	transition: var(--bewegung6);
	transform: scale(1) rotate(0deg);
}
.fva_footer_icon_member img:hover{
	transition: var(--bewegung6);
	transform: scale(1.3) rotate(6deg);
}



/* ========== ========== POP UP MELDUNG ========== ========== */

	/* Meldung (Newsletter)	*/
	#meldung {
		display:none;
		position: fixed;
		z-index:350;
		top:50px;
		left:200px;
		background:rgba(242,242,242,0.95);
		border:1px solid white;
		box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.2);
}
	#meldungheader {
  		padding: 10px;
  		cursor: move;
  		z-index: 10;
		height:100%;
		width: 700px;
		
}
/*.sichtbar_meldung{
        bottom: 0px;
    
}*/
	#meldung #schliessen_meldung {	
		border-radius: var(--borderRadi50);
		cursor:pointer;
		position:absolute;
		font-size:3rem;
		width:3rem;
		height:3rem;
		top:1rem;
		right:1rem;
		border:none;
}
	figure.meldungimg {
		padding:0rem 1rem;
		max-width: 80%;
		margin:0 auto;
}
	figure.meldungimg img{
		max-width: 100%;
}
	.meldungtext {
		color:rgba(54,54,54,1.00);
		font-weight:normal;
		font-size: 15px;
}
	.meldungtext2{
		padding:2rem 2rem 2rem 2rem;
		width: var(--breiteHundert);	
		min-height: 100px;
		height: var(--hoeheAuto);
		overflow:hidden;
}

	.meldung_hbox{
		color:var(--weissFarbe);
		width: var(--breiteHundert);
		height: var(--hoeheAuto);
}
	.link_meldung{
			color:var(--weissFarbe);
	}
/* ========== ========== COOKIE DATENSCHUTZ ========== ========== */
		
	.cookie-banner {
		position: fixed; /*bezogen auf bildschirm fixiert*/
		bottom:-800px;
		left:0;s
		right: 0;
		background-color:var(--darkFarbe);
		transition:bottom 2s ease-in-out;
		z-index: 400;
		display:flex;
		justify-content: space-around;
}		
	.sichtbarr {
		bottom:0;		
}
	.cookiestext {
		width: 70%;
		padding:2rem 2rem 2rem 5rem;
}
	.cookiebutton{
		width: 30%;
}
	#akzeptieren-button{
		background-color:var(--HauptFarbe);
		color: var(--weissFarbe);
		transition:var(--bewegung);
		border:2px solid var(--weissFarbe);
		margin:1.5rem 1rem 2rem 0.5rem;
		cursor:pointer;		
}	
	#akzeptieren-button:hover{
		/*background-color:var(--greyFarbe);*/
		transition:var(--bewegung);
		color: var(--weissFarbe)!important;
		border:2px solid var(--weissFarbe);
		margin-right:1.5rem;
}

	#akzeptieren-button p {
		color: var(--weissFarbe);
		padding:1rem;		
		/*font-size:var(--Titelklein);*/	
		text-transform: uppercase;
		text-align:center;
		/*font-family:'PRIMETIME'!important;*/
}
	#akzeptieren-button p:hover {
		color: var(--weissFarbe);

}
	.cookiestextmr:hover{
		font-weight: bold;
}



/* ========== MEDIA SCREEN  1580px ========== */
/* ========== APPLE NOTEBOOK 16und13zoll ========== */
	@media screen and (min-width:1581px) 
	{
body {
	background-color:rgba(151,185,231,1.00); /*ZUM ARBEITEN */
}  
.header_top_div_nav_ul{
	width:auto;
	justify-content: flex-end;
}	
.header_top_div_nav_img{
	width:auto;
	text-align: start;
	justify-content: flex-start;
}
.header_top_div_nav_img img{
	width:200px;
}

.header_top_div_nav_ul a{
	font-size:var(--Titelklein);
}

.header_top_div_nav_ul span{
	font-size:var(--Titelklein);
}
/* ========== ========== main  ========== ==========*/		

.main_div_01_box2_artikel{
	padding: 0 0rem 0 0;
}


/* ========== ========== Galerie  ========== ==========*/


.main_div_galerie_box2{
	flex-wrap: wrap;
	width: 70%;
	height: 100%;
}
        
}

/* ========== MEDIA SCREEN  1200px ========== */
/* ========== APPLE NOTEBOOK 13zoll ========== */
	@media screen and (max-width:1200px) 
	{

	body {
		background-color:lightgreen;/*ZUM ARBEITEN */
        margin:-8px 0 0 0;
		padding:0;
}
	#footerbottom {
		justify-content:center;
	
}
.header_top_div_nav{
	display:none;
}
		
/* ========== ========== MENU MOBILE ========== ==========*/
.margin-left{
    margin-left: 0rem;
	}
.containernav2 {
    cursor: pointer;
    right:2rem;
    top:20px;
    position: fixed;
    background-color: var(--HauptFarbe);
    width: 55px;
    padding:0px 0px 0px 10px;
    height: 55px;
    display: inline-block;
    z-index: 30000;
	}

.bar1, .bar3 {
    margin-left: 5px;
    width: 25px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
	}

.bar2 {
    width: 35px;
    height: 5px;
    background-color:white;
    margin: 6px 0;
    transition: 0.4s;
	}

.active44 .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    background-color: var(--HauptFarbe);
    width: 35px;
	}

.active44 .bar2 {
opacity: 0;
	}

.active44 .bar3 {
    background-color: var(--HauptFarbe);
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    width: 35px;
}

.dropdown44-btn {
	display: block;
	border: none;	
}

.active44 {
	 background-color: white;
	 color: white;
}

.none {
	display:block;
}

.dropdown44-container {
  	display: none;
	z-index: 10001;
  	background-color:var(--mobilenav);
	color:var(--HauptFarbe);
	position: fixed;
	top:0;
	padding:0rem 0rem 0rem 0rem;
	margin:0;
	width: 100%;
	height: 100%;
	border-top: 6rem solid var(--HauptFarbe);
	overflow: auto; 	
}

/* ========== ========== Header  ========== ==========*/
.header_div_02{
    justify-content: center;
	width: 100%;
}

.header_div_02 img{
	height: 70%;
    bottom:-2rem;
    margin: 0rem auto;
}
/* ========== ========== main 1 ========== ========== */


.main_div_titel_01 button{
    background-color:  var(--secondarFarbe5);
    color:var(--weissFarbe);
    margin: 0.5rem 0.5rem;
	padding:0.5rem 1rem;
    cursor: pointer;
    border: none;
    border-radius: var(--borderRadi10);
	transition:var(--bewegung);
}
.main_div_titel_01 button:hover{
    box-shadow: 1px 5px 12px #888888;
    background-color:  var(--secondarFarbe2);
	transition:var(--bewegung);
}  
        
  /* ========== ========== Galerie  ========== ==========*/


.main_div_galerie{
	display: block;
    flex-wrap: wrap;
	margin: 2rem auto;
	padding:0rem 0rem;
}
.main_div_galerie_box1{	
	width: 100%;
    text-align: left;
	margin: 1rem auto;
	padding:2rem 1rem 2rem 1rem;
}
.main_div_galerie_box1 p{
    padding:0.5rem 0rem 0.5rem 0rem;
}
.main_div_galerie_box1_link p{
    padding:1rem 0.2rem 0rem 0rem;
}

.main_div_galerie_box2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 1rem auto;
	padding:0rem 0rem;
}
.main_div_galerie_box2 img{
	width:auto;
	height:100%;
	margin: 0rem 0 0 0;
	padding:0rem 0 0 0;
}

.main_div_galerie_box2 a{
	width: auto;
	height:200px;
}

.galerie_link_button{
    position: absolute;
    top:0;
    right: 0;
    padding: 6.3rem 1rem 0 0.5rem;
    transition:var(--bewegung);
}
.galerie_link_button:hover{
    padding: 6.3rem 1.5rem 0 0.5rem;
    transition:var(--bewegung);
}
.galerie_link_button img{   
    width: 50px;
    height: 50px;
}      
/* ========== ========== Über mich ========== ========== */
.uebermich_div_01{
	padding:3rem 4rem;
}
.uebermich_div_03{
	margin: 5rem auto;
	padding:3rem 4rem;
	justify-content: center;
	text-align: center;
}

/* ========== ========== Footer  ========== ==========*/


.footer1_content_2{
	display:flex;
	flex-wrap: wrap;
}
.footer1_content_box1{
	width: 30%;
	margin:0 auto;
	padding:0rem 0rem 0rem 0rem;
	display:block;
}

.footer1_content_box1_ul1{
    padding:1rem 1rem 1rem 8rem;
}
.footer1_content_box1_ul1 p{
    padding:0.3rem 0rem 0.3rem 0rem ;
}

.footer1_content_box2{
	width: 70%;
	padding:0rem 0rem 0rem 0rem;
	display:block;
}
.footer1_content_box2_ul1{
   padding:1rem 1rem 1rem 8rem;
}
.footer1_content_box2_ul1 li {
    padding:0.3rem 0rem 0.3rem 0rem ;
}


.footer1_content_box3{
	width: 100%;
    display:block;
	padding: 1.5rem 0 2rem 0;
	text-align: center;
}

.footer1_content_box3 ul li a{
    margin: 2rem 0rem 2rem 0rem;
    padding: 0rem;
   
}
.footer1_content_box3 img{
    width:100%; 
}
.footer1_content_box3_icon img{
    width:45px;
    margin: 0 0.5rem 0 0;
}

.footer1_content_3 li{
    padding:1rem 0.2rem;
	margin:0rem 0.5rem 0rem 0.5rem;
}
.footer1_content_3 a{
   	padding:0.5rem 1rem;
}

.footer1_content_3_ul{
    display:flex;
	flex-wrap: wrap;
}
.header_div_film iframe{
	min-height: 400px;
}


/* ========== ========== Footer  ========== ==========*/
	
.mobilefoot2{
    display:block;
	}
.mobilefoot{
    display:none;
	}



		
}


/* ========== MEDIA SCREEN  992px ========== */
	@media screen and (max-width:1300px) 
	{		
body {
	background-color: rgba(190,124,223,1.00);/*ZUM ARBEITEN*/
}


  /* ========== ========== Footer ========== ========== */
 
	#footerbottom {
		padding:10px 0px 0px 0px;
}

	#akzeptieren-button  {
		margin-left:2rem;
}		


		
}	
/* ========== MEDIA SCREEN  768px ========== */
/* ========== APPLE tablet (kleineres) ========== */
	@media screen and (max-width:768px) 
	{	
body {
	background-color:rgba(240,206,164,1.00); /*ZUM ARBEITEN */
}

	h1 {
		font-size:var(--TitelStandard);
	
}

	h2 {
		font-size:var(--Titelklein);
}

	h3 {
		font-size:var(--Titelklein);
		
}

	h4 {
		font-size:var(--Titelklein);	
}
	h5 {
		font-size:var(--TextStandard);	
}
	p {
		font-size: var(--Textklein);
}
/* ========== ========== Header  ========== ==========*/
.header_div{
	display: block;	
	width: var(--HundertProz);
    height: var(--HundertProz);
	min-height: 500px;
}
.header_div_01{
	padding:8rem 1rem 1rem 3rem;
	width: var(--HundertProz);
}


.header_div_02{	
	width: var(--HundertProz);
	height: var(--HundertProz);  
}
.header_div_02 img{
	position:relative;
	width: var(--HundertProz);
	height:auto;
    bottom:0;
}

        
/* ========== ========== main1  ========== ==========*/        
     

        
        
          
        
        
 /* ========== ========== Footer  ========== ==========*/

.footer1_content_1{
	margin: 4rem auto;
}
.footer1_content_1 a{
	display:block;
	width:95%;
	text-align: center;
}
		
.footer1_content_box1{
	width: 100%;
}

.footer1_content_box1_ul1{
    padding:1rem 1rem 1rem 8rem;
}

.footer1_content_box2{
	width: 100%;
	padding:0rem 0rem 0rem 0rem;
}
.footer1_content_box2_ul1{
   padding:1rem 1rem 1rem 8rem;
}


.footer1_content_box3{
	width: 100%;
	padding: 1.5rem 0 2rem 0;
}

.footer1_content_box3 ul li a{
    margin: 2rem 0rem 2rem 0rem;
    padding: 0rem;
   
}

.footer1_content_box3_icon{ 
    padding: 0.5rem 0rem 0.2rem 0rem;
}
.footer1_content_box3_icon img{
    width:45px;  
    margin: 0 0.5rem 0 0;
}

.footer1_content_3 li{
    padding:1rem 0.2rem;
	margin:0rem 0.5rem 0rem 0.5rem;
}
.footer1_content_3 a{
   	padding:0.5rem 1rem;
}

/* ========== ========== Footer  ========== ==========*/


.fva_footer_icon {
	padding:0.5rem;
	top:22rem;
	right: 1rem;
}
.fva_footer_icon img {
	width:50px!important;
}
	.cookie-banner {
		padding: var(--randAbstand);
		display:block;
}	
	.sichtbar {
		bottom:0;		
}
	.cookiestext {
		width: var(--breiteHundert);	
}
	#akzeptieren-button  {
		float:none;
		margin-left:0rem;
		margin-bottom:1rem;
		width: 100%;	
}
	#akzeptieren-button	 p{
		font-size:15px;
}
	#meldung {
		top:200px;
		left:20px;
}
	#meldungheader {
		width: 500px;
}


	}

	
/* ========== MEDIA SCREEN  600px ========== */
	@media screen and (max-width:600px) 
	{

	body {
		background-color:aqua; /*ZUM BEARBEITEN */
}
	h1 {
		font-size:var(--Titelklein);		
	}
		
	/* ========== ========== Header Top ========== ========== */

.header_top_div_nav_img{
	width:95%;
	padding:2rem 3rem;
	text-align: start;
	justify-content: flex-start;
}
.header_top_div_nav_img img{
	width:150px;
}
.header_top_div_nav_ul{
	width:5%;
	display: none;
	padding:0rem 0rem;
}	
/* ========== ========== Header  ========== ==========*/

.header_div_01{
	padding:8rem 1rem 1rem 3rem;
}
.header_div_icon{
	padding:0.5rem 0rem;
}
.header_div_icon img{
	width: 25px;
	margin: 0rem 1rem 0 0;
}
.header_div_film iframe{
	min-height: 300px;

}      


/* ========== ========== Footer  ========== ==========*/
.footer1_content_box1_ul1{
    padding:1rem 1rem 1rem 3rem;
}
.footer1_content_box2_ul1{
   padding:1rem 1rem 1rem 3rem;
}


.footer1_content_3_ul{
    display:flex;
}
.footer1_content_3 li{
    padding:1rem 0rem;
	margin:0rem 0.5rem 0rem 0.5rem;
}
.footer1_content_3 a{
   	padding:0.5rem 0.7rem;
}
		
	.cookie-banner {
		padding: var(--randAbstand);
}	
	.sichtbar {
		bottom:0;		
}
	.cookiestext {
		width: var(--breiteHundert);	
}

	#meldung {
		top:80px;
		left:0px;
}
	#meldungheader {
		width: var(--breiteHundert);	
}
	#meldung #schliessen_meldung {	
		height:3rem;
		top:0rem;
		left:1rem;
		background-color: none;
}
	.meldungtext2{
		padding:1rem 1rem 1rem 1rem;
}
	

	}
