/*
	Made in Südhessen - Styles
*/

@font-face { font-family: Rubik; src: url(/files/_tmpl/fonts/Rubik/Rubik-Regular.ttf); font-weight: normal; }
@font-face { font-family: Rubik; src: url(/files/_tmpl/fonts/Rubik/Rubik-Bold.ttf); font-weight: bold; }
@font-face { font-family: Oswald; src: url(/files/_tmpl/fonts/Oswald/Oswald-Regular.ttf); font-weight: normal; }
@font-face { font-family: Oswald; src: url(/files/_tmpl/fonts/Oswald/Oswald-Bold.ttf); font-weight: bold; }


body, html {
/*    height: 100%;  */
    color: #333333;
    line-height: 1.5;
/*	font-family: Enriqueta, serif;  */
	font-family: Rubik, Arial, helvetica, sans-serif;
	font-size: 100%;
	font-size: 16px;
	font-size: 1.0rem;
}

body.startseite {
/*	background-image: url(/files/bilder/background/back-baerlauch.jpg);  */
	background-image: url(/files/bilder/background/back-global.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}
body.startseite .w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
	background-color: rgba(241,241,241,0.8) !important;
}

.mod_visitors {
	display: none;
}
.w3-content {
	max-width: 1200px;
}
.w3-btn, .w3-button {
	transition: all 0.3s;
}
#header {
	min-height: 150px;
}
#main > .inside {
	padding-bottom: 32px;
}
#main a:not(.hyperlink_txt) {
	color: #465499;  /*  w3-theme-d4  */
	text-decoration: none;
}
#main a:hover:not(.hyperlink_txt) {
	color: #14b1e5;
}
#main .ce_hyperlink.w3-theme {
	background-color: transparent !important;
	padding: 0;
}
#main .ce_hyperlink.w3-button a {
	background-color: #a2aad4 !important;
	color: #ffffff;
	padding: 8px 16px;
}
#main .ce_hyperlink.w3-button a:hover {
	opacity: 0.7;
}
#main ul {
	display: block;
	list-style-type: disc;
	padding-left: 40px;
}
#main li {
	display: list-item;
}

#main p a:before {
	content: '»\a0';
}

#wrapper, #container, #main, #main > .inside {
/*    height: 100%;  */
}
.invisible { display: none; }

.mod_article {
	position: relative;
}

#footer {
	font-size: 14px;
}
#footer a:hover {
	opacity: 0.75;
}


#footer h5 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}
#footer h5::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #fff;
    bottom: 0;
    width: 150px;
    display: block;
}
#footer .layout_upcoming {
    display: block;
    margin-bottom: 15px;
    line-height: 1.5;
}
#footer .layout_upcoming time {
    padding: 0;
    display: inline-block;
    font-size: 12px;
}
#footer .layout_upcoming a {
    display: block;
}
#footer .layout_simple {
    display: block;
    margin-bottom: 15px;
    line-height: 1.5;
}
#footer .layout_simple time {
    padding: 0;
    display: inline-block;
    font-size: 12px;
}
#footer .layout_simple a {
    display: block;
}

#footer .navbot {
	font-size: 14px;
}




figure { margin: 0; }
a { text-decoration: none; }
.w3-image img {
    max-width: 100%;
    height: auto;
}
.w3-image.full-width img {
	width: 100%;
}

h1 { font-family: Rubik, Arial, helvetica, sans-serif; font-weight: normal; margin: 10px 0; } 
h2, h3, h4, h5, h6 { 
	font-family: Oswald, Arial, helvetica, sans-serif; 
	font-weight: normal; 
	margin: 10px 0; 
	letter-spacing: 3px; 
}
h4 { color: #6e7bbc; }  /*  w3-theme-d2  */
@media (min-width: 993px) {
	h1 { font-size: 50px; line-height: 1.3; }
	h2 { font-size: 30px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
}
/*  h1, h2, h3, h4, h5, h6 { font-family: Signika, serif; font-weight: 400; margin: 10px 0; }  */
/*  h1, h2, h3, h4, h5, h6 { font-family: Enriqueta, serif; font-weight: 400; margin: 10px 0; }  */
body.startseite h1 {
	color: #ffffff;
	text-shadow: 0 0 10px #999999;
}


hr { border:0; border-top: 1px solid #eee; margin:20px 0; }
.w3-wide { letter-spacing: 4px; }
.w3-serif { font-family: serif; }

.text-shadow p, .text-shadow h1, .text-shadow h2, .text-shadow h3, .text-shadow h4, .text-shadow {
	text-shadow: 0 0 10px #000000;
}
.bg-shadow {
	background-color: rgba( 0, 0, 0, 0.1);
}
.box-shadow-img img {
	box-shadow: 0 0 10px #666666;
}
 
.margin-top{margin-top: 64px;}
.margin-bottom{margin-bottom: 64px;}




.parallax h1 {
	color: #ffffff;
	text-shadow: 0 0 10px #000000;
}
.bgimg-1 {
    background-image: url('/files/bilder/background/titelneupfitsch_02.jpg');
    min-height: 100%;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#topbar .logo-links {
	position: absolute;
	display: inline-block;
	z-index: 999;
	top: 30px;
	left: 60px;
}
body.au #topbar .logo-links {
	top: 10px;
	left: 60px;
}
#topbar .logo-links .zeile1 {
	display: block;
	font-family: Oswald, Arial, sans-serif;
	font-size: 32px;
	line-height: 1.0;
	letter-spacing: 2px;
}
#topbar .logo-links .zeile2 {
	display: block;
	font-family: Oswald, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 3px;
}
#topbar .logo-gross {
	width: 350px;
	height: auto;
	transition: width 0.5s, height 0.5s;
}
#topbar .logo-klein {
	width: 200px;
	height: auto;
	transition: width 0.5s, height 0.5s;
}
#topbar .w3-top {
	background-color: rgba(255,255,255,0.9);
	height: 150px;
}



/*  ==========  Navigation  ==========  */

#myNavbar {
	position: absolute;
	top: 90px;
	bottom: auto;
	line-height: 1.0;
	overflow: visible;
	font-family: Oswald, Arial, sans-serif;
	letter-spacing: 1px;
}
#myNavbar > .w3-hide-medium {
	padding-right: 60px;
}

@media (max-width: 992px) {
	.w3-top {
/*		position: relative;  */
	}
}

.navtop {
/*	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
*/
	height: 41px;
	background-color: transparent;
}
.navtop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.navtop ul.level_1 > li strong {
	font-weight: normal;
	color: #465499;  /*  w3-theme-d4  */
	color: #0e3d8a;
}
.navtop ul.level_1 > li {
	position: relative;
	display: inline-block;
}
.navtop ul.level_1 > li .w3-bar-item {
	padding: 12px 16px;
}
.navtop ul.level_2 {
	display: none;
	width: 300px;
	position: absolute;
	top: 35px;
	text-align: left;
	background-color: #eceef6;  /*  theme-l4  */
	padding: 10px;
	padding: 0;
	box-shadow: 0 0 5px #cccccc;
}
.navtop li:hover ul.level_2 {
	display: block;
}
.navtop ul.level_2 li {
	display: block;
	text-align: left;
	border-top: 1px solid #cccccc;
}
.navtop ul.level_2 li:first-child {
	border-top: none;
}
.navtop ul.level_2 li .w3-bar-item {
	float: none;
	text-align: left;
	padding: 12px 16px;
}

/*
	SmallMenu ...
*/
#navSmallMenu .navtop {
	position: absolute;
	top: 120px;
	left: -320px;
	width: 320px;
	height: auto;
	transition: left 0.5s;
	display: block;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
}
#navSmallMenu.w3-hide .navtop {
	display: block !important;
}
#navSmallMenu.w3-show .navtop {
	left: 0;
	transition: left 0.5s;
	box-shadow: 1px 5px 5px #999999;
}
#navSmallMenu .navtop li {
	border-top: 1px solid #cccccc;
}
#navSmallMenu .navtop ul.level_1 > li {
	display: block;
}
#navSmallMenu .navtop ul.level_2 {
	display: block;
	background-color: transparent;
	width: auto;
	position: relative;
	top: auto;
}
#navSmallMenu .navtop ul.level_2 li .w3-bar-item {
	padding: 12px 16px 12px 42px;
}
.menu-button {
	position: absolute;
	top: -72px;
	right: 0;
}





.meta {
	position: fixed;
	top: 0;
	right: 60px;
	z-index: 9;
	font-family: Oswald, Arial, sans-serif;
	line-height: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 0;
}
.meta a:hover {
	opacity: 0.7;
}

#myNavbar strong.home {
}


/*  ==========  /Navigation  ==========  */




.w3-button.w3-border {
	border-color: #0e3d8a !important;
	background-color: #0e3d8a;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	padding: 20px 5px;
	width: 250px;
	transition: all 0.3s;
}
.w3-button.w3-border-white:hover, 
.w3-button.w3-border:hover {
	background-color: rgba(221,221,221,0.85) !important;
	color: #0e3d8a;
}
.w3-button.w3-border a, 
.w3-button.w3-border a:hover, 
.w3-button.w3-border-white:hover a {
	color: #0e3d8a;
}

.w3-border-white, .w3-hover-border-white:hover {
	border: 1px solid #ffffff !important;
}



.galerie {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


@media (max-width: 600px) {
	#header {
		min-height: 70px;
	}
	#topbar .logo-links {
		top: 10px;
		left: 10px;
	}
	body.au #topbar .logo-links {
		width: 70px;
		left: 20px;
	}
	body.au #topbar .logo-links img {
		width: 100%;
		height: auto;
	}
	#topbar .logo-links .zeile1 {
		font-size: 20px;
		line-height: 1.0;
		letter-spacing: 1.5px;
	}
	#topbar .logo-links .zeile2 {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	#topbar .w3-top {
		height: 65px;
	}
	.menu-button {
		top: -90px;
		right: 0;
	}
	#navSmallMenu .navtop {
		top: 65px;
	}
	.navtop ul.level_2 {
		box-shadow: none;
	}
	h1 { font-size: 28px; line-height: 1.3; }
	h2 { font-size: 22px; line-height: 1.3; }
	h1 { font-size: 28px; line-height: 1.3; }
	h3 { font-size: 19px; line-height: 1.3; }
}



.w3-hover-opacity .image_container > a {
	position: relative;
	display: block;
}
.w3-hover-opacity .image_container > a:hover::after {
    content: "+";
    font-size: 56px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
	text-shadow: 0 0 10px #000000;
}

#main .ce_text {
	position: relative;
}

#main .ce_gallery ul {
	list-style-type: none;
	padding: 0;
}
#main .ce_gallery li {
	display: inline-block;
}
#main .ce_gallery img {
	max-width: 100%;
	height: auto;
}
#cboxOverlay {
	background-color: #ffffff;
}
#cboxContent {
	background-color: #0e3d8a;
}
#cboxLoadedContent {
	border-color: #0e3d8a;
}
#cboxClose {
/*	background-image: url(/files/_tmpl/img/controls2.png);  */
}

/*  ==========  News  ==========  */

.mod_newslist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.mod_newslist .layout_latest {
	margin-bottom: 32px;
}

/*  ==========  /News  ==========  */



/*  ==========  Slick Slider  ==========  */

#main .slick-slider ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main .slick-slider li {
	display: inline-block;
}

.slick-dots {
	bottom: 10px;
}
.slick-dots li button::before {
	font-size: 15px;
	color: #ffffff;
	opacity: 0.75;
}
.slick-dots li.slick-active button::before {
	color: #ffffff;
	opacity: 1;
}
.slick-prev, .slick-next {
	color: #333333;
	z-index: 999;
	width: 40px;
	height: 40px;
}
.slick-prev {
	left:10px;
}
.slick-next {
	right:10px;
}
.slick-prev::before, .slick-next::before {
	font-size: 40px;
}

.slickslider li, 
.slickslidermanuell li {
	position: relative;
}
.slickslider .caption, 
.slickslidermanuell .caption {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 20px;
	color: #0f83a9;
	background-color: rgba(255,255,255,0.9);
	padding: 7px 15px;
}


.logo-slider .slick-next, 
.logo-slider .slick-prev, 
.logo-slider .slick-dots {
	display: none !important;
}

.logo-slider .ce_image {
	margin-right: 20px;
	margin-left: 20px;
}
.logo-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*  ==========  /Slick Slider  ==========  */






/*  ==========  Flipcard  ==========  */



.scene {
	-webkit-perspective: 600px;
	perspective: 600px;
	margin-bottom: 30px;
	height: 280px;
	padding: 10px;
	width: 100%;
	
	position: relative;
	padding-top: 100%;
}
.scene:before {
	content: "";
	display: block;
	padding-top: 100%;
}


/*
@media only screen and (min-width: 768px) and (max-width: 970px) {
	.scene { height: 690px; height: 85vw; }
}
@media only screen and (max-width: 767px) {
	.scene { height: 900px; height: 123vw; }
}
@media only screen and (max-width: 640px) {
	.scene { height: 780px; height: 123vw; }
}
@media only screen and (max-width: 560px) {
	.scene { height: 780px; height: 130vw; }
}
@media only screen and (max-width: 480px) {
	.scene { height: 620px; height: 160vw; }
}
*/

.scene .card {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.scene .card.is-flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.scene .card-face {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.scene .card-face-front {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.scene .card-face-front .caption {
	font-family: "Times",Arial,sans-serif;
	font-weight: 400;
	margin: 10px 0;
	font-size: 30px;
}

.scene .card-face-back {
	padding: 10px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 1.3;
}
.scene .fa-2x {
	font-size: 28px;
}
@media only screen and (max-width: 480px) {
	.scene .card-face-back {
		padding: 10px;
	}
}
.card-face-back h3 {
	margin: 10px 0 0 0;
}
.card-face-back h3:first-child {
	margin: 0;
	line-height: 1.4;
}
.scene .card-face-back h5 {
	margin-bottom: 15px;
}
.scene .card-face p {
	margin-bottom: 13px;
}
.scene .card-face-front.image_container.image .teaser p img {
	width: 33px;
	height: 33px;
	display: inline;
	margin: 0;
}

.drehknopf1, .drehknopf2 {
	cursor: pointer;
	color: #143946;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	line-height: 1.0;
}
.drehknopf2 {
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	line-height: 1.0;
}
.drehknopf1:hover, .drehknopf2:hover {
	background-color: rgba(0,0,0,0.1);
}
.drehknopf1 i, .drehknopf2 i {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.scene .card.is-flipped .drehknopf1 {
	display: none;
}
.drehknopf2.back {
	cursor: pointer;
/*	color: #ff6e2d;  */
}

/*  ==========  /Flipcard  ==========  */


/*  ==========  Kontaktformular  ==========  */

.ce_form {
	background-color: #CCE6E7;
}

#kontaktformular .widget {
	margin-bottom: 15px;
}
#kontaktformular .widget > label {
	display: block;
	font-size: 12px;
}
#kontaktformular .widget-checkbox, 
#kontaktformular input.text, 
#kontaktformular textarea {
	width: 90%;
	max-width: 400px;
}
#kontaktformular .widget-checkbox {
	font-size: 12px;
}
#kontaktformular .widget-submit {
	margin-top: 20px;
	margin-bottom: 20px;
}

form .widget.w3-input, 
form .widget label.w3-input {
	border: none !important;
}


/*  ==========  /Kontaktformular  ==========  */


#formular-au .w3-row.flex, 
#formularkostenlos .w3-row.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#formular-au .widget, 
#formularkostenlos .widget {
	margin-bottom: 15px;
}
#formular-au .widget > label, 
#formularkostenlos .widget > label {
	display: block;
	font-size: 12px;
}
#formular-au .widget-checkbox, 
#formular-au input.text, 
#formular-au textarea, 
#formularkostenlos .widget-checkbox, 
#formularkostenlos input.text, 
#formularkostenlos textarea {
	width: 100%;
/*	max-width: 400px;  */
}
#formular-au .widget-checkbox, 
#formularkostenlos .widget-checkbox {
	font-size: 12px;
}
#formular-au .select, 
#formularkostenlos .select {
	padding: 2px 0 3px 0;
}
#formular-au .widget-submit, 
#formularkostenlos .widget-submit {
	margin-top: 20px;
	margin-bottom: 20px;
}


#formular-au .w3-row.flex, 
#formularkostenlos .w3-row.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#formular-au .widget, 
#formularkostenlos .widget {
	margin-bottom: 15px;
}
#formular-au .widget > label, 
#formularkostenlos .widget > label {
	display: block;
	font-size: 12px;
}
#formular-au .widget-checkbox, 
#formular-au input.text, 
#formular-au textarea, 
#formularkostenlos .widget-checkbox, 
#formularkostenlos input.text, 
#formularkostenlos textarea {
	width: 100%;
/*	max-width: 400px;  */
}
#formular-au .widget-checkbox, 
#formularkostenlos .widget-checkbox {
	font-size: 12px;
}
#formular-au .select, 
#formularkostenlos .select {
	padding: 2px 0 3px 0;
}
#formular-au .widget-submit, 
#formularkostenlos .widget-submit {
	margin-top: 20px;
	margin-bottom: 20px;
}


.ce_sliderStart {
	position: relative;
}
.ce_sliderStart .slider-control {
	position: absolute;
	right: 5px;
	bottom: 20px;
	left: 5px;
}
.ce_sliderStart .slider-control .slider-menu {
	top: 10px;
}
.ce_sliderStart .slider-control .slider-prev, 
.ce_sliderStart .slider-control .slider-next {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
}
.ce_sliderStart .slider-control a.slider-prev, 
.ce_sliderStart .slider-control a.slider-next {
	color: #ffffff !important;
}
.ce_sliderStart.schwarze-pfeile .slider-control a.slider-prev, 
.ce_sliderStart.schwarze-pfeile .slider-control a.slider-next {
	color: #000000 !important;
}


