@charset "UTF-8";


@font-face {
font-family: 'Aller';
font-style: normal;
font-weight: normal;
src: local('Aller'), url('fonts/aller_rg.woff') format('woff');
}

@font-face {
font-family: 'Aller';
font-style: italic;
font-weight: normal;
src: local('Aller Italic'), url('fonts/aller_it.woff') format('woff');
}

@font-face {
font-family: 'Aller';
font-style: normal;
font-weight: bold;
src: local('Aller Bold'), url('fonts/aller_bd.woff') format('woff');
}

@font-face {
font-family: 'Aller';
font-style: italic;
font-weight: bold;
src: local('Aller Bold Italic'), url('fonts/aller_bdit.woff') format('woff');
}

@font-face {
font-family: 'LondrinaSolid';
font-style: normal;
font-weight: normal;
src: local('LondrinaSolid-Regular'), url('fonts/londrina_solid.woff') format('woff');
}


html {
	min-height:100%;
	position:relative;
	-webkit-text-size-adjust: none;
}
body {
	position: relative;
    font-family: 'Aller', sans-serif;
	font-size: 17px;
	line-height: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #333;
	height: 100%;
    min-width: 375px;
}
body#pageBody {
	
	
}

h1 {
	font-family: 'LondrinaSolid', sans-serif;
	color: #f59c00;
	font-size: 2.2em;
	line-height: 130%;
	font-weight: 200;
	padding: 0 0 0em 0;
	margin: 0 0 1em 0;
	letter-spacing: 0;
}
h2 {
	font-family: 'LondrinaSolid', sans-serif;
	font-size: 1.6em;
	color: #db6005;
	line-height: 130%;
	font-weight: normal;
	padding: 1.5em 0 0 0;
	margin: 0 0 1em 0;

}
h3 {
	font-size: 1.2em;
	line-height: 140%;
	font-weight: bold;
	padding: 1em 0 1em 0;
	margin: 0;
}
h4 {
	font-size: 1em;
	line-height: 140%;
	font-weight: bold;
	padding: 1em 0 0.25em 0;
	margin: 0;
}
h1.first,
h2.first,
h3.first,
h4.first {
    margin-top: 0;
    padding-top: 0;
    -moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

p {
	margin: 0 0 1em 0;
}
.intro {
    font-size: 1.15em;
    line-height: 140%;
    margin-bottom: 1.5em;
}
.smallfont {
    font-size: 0.86em;
    line-height: 140%;
}
em {
    font-style: italic;
}
ul {
	list-style: none;
}
li {
	
}
.segment ul {
	margin: 0 0 1em 0;
	padding: 0;
}
.segment li {
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 0 0.5em;
}
.segment li:before {
	content: "\2022";
	position: absolute;
	left: 0px;
	top: 0px;
}

a, a:visited {
	color: #f59c00;
	text-decoration: none;
}
a:hover {
	color: #f59c00;
	text-decoration: underline;
}

/* Background Colors */
.color1 {
    
}
.color2 {
    color: #fff;
	background-color: #db6005;
}
.color3 {
    background-color: #FFEDCF;
}
.color2 a, .color2 a:hover {
	color: inherit;
}

/* Kanten */
.kante1::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	top: -40px;
	mask: url("../images/svg/rasen-kachel.svg");
	-webkit-mask: url("../images/svg/rasen-kachel.svg");
	mask-size: auto 40px;
	-webkit-mask-size: auto 40px;
	background-color: transparent;
}
.color2.kante1::before {
	background-color: #db6005;
}
.color3.kante1::before {
	background-color: #FFEDCF;
}


.kante2::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	top: -40px;
	mask: url("../images/masks/kante_oben.png");
	-webkit-mask: url("../images/masks/kante_oben.png");
	mask-size: auto 40px;
	-webkit-mask-size: auto 40px;
	background-color: #fff;
}

.color2.kante2::before {
	background-color: #db6005;
}

.color3.kante2::before {
	background-color: #FFEDCF;
}


.kante3::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	top: -40px;
	mask: url("../images/masks/kante_oben_2.png");
	-webkit-mask: url("../images/masks/kante_oben_2.png");
	mask-size: auto 40px;
	-webkit-mask-size: auto 40px;
	background-color: #fff;
}

.color2.kante3::before {
	background-color: #db6005;
}

.color3.kante3::before {
	background-color: #FFEDCF;
}


.zerkratzte_box, a.button, input[type="submit"] {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    background-color: rgba(245,156,0,0.95);
	background-image: url("../images/zerkratzte_oberflaeche.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 20px;
	margin: 0 10px 10px 0;
}
.zerkratzte_box h1,
.zerkratzte_box h2,
.zerkratzte_box h3,
.zerkratzte_box h4 {
	color: #fff;
}
.zerkratzte_box a, .zerkratzte_box a:hover {
	color: #fff;
}
a.button, input[type="submit"] {
	display: inline-block;
	font-size: 1em;
	line-height: 130%;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none;
	transition: 0.5s ease;
    transition-property: background-color;
    padding: 0.75em 1.5em;
}
a.button:hover, input[type="submit"]:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: rgba(219,96,5,1.00);
}
.active a.button {
	background-color: rgba(219,96,5,1.00);
}
a.button.disabled,
input[type="submit"][disabled="disabled"] {
    opacity: 0.3;
    cursor: default;
}
a.button.disabled:hover,
input[type="submit"][disabled="disabled"]:hover {
    opacity: 0.3;
    cursor: default;
}

.button_left {
	padding: 0 0 2em 0;
	text-align: left;
}
.button_centered {
	padding: 0 0 2em 0;
	text-align: center;
}

table {
	border-collapse: collapse;
	margin: 0 0 1em 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-right: 2em;
}

.daten th, .daten td {
	border-bottom: 1px solid #000;
}
.daten th {
	font-weight: bold;
}


div.table {
    display: table;
    width: 100%;
    border-collapse:separate; 
    border-spacing: 0 2px; 
    margin-bottom: 1em;
}
div.table div.row {
    display: table-row;
    margin-bottom: 2px;
}
div.table div.cell {
    display: table-cell;
    border-bottom: 1px solid #eaeaea;
    padding: 0.4em 2em 0.4em 0;
}
div.table div.cell_header {
    font-weight: bold;
}
div.table div.cell_price {
    width: 240px;
    font-weight: bold;
    text-align: right;
    padding-right: 0;
}
div.table div.cell_price span.price_info {
    font-weight: normal;
    background-color: #3b3b3b;
    display: inline-block;
    padding: 0.3em 0.8em;
    margin: 0 1em 0 0;
    font-size: 0.8em;
    line-height: 120%;
    border-radius: 1em;
    color: #fff;
}
div.table div.cell_price span.price_value {
    font-weight: bold;
    background-color: #eaeaea; /*e2001a;*/
    display: inline-block;
    padding: 0.3em 0.8em;
    margin: 0;
    font-size: 1em;
    line-height: 120%;
    border-radius: 1em;
    color: #000;
}


#content img {
	max-width: 100%;
}
.clear {
	clear: both;
	font-size: 0.1px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}

#pageContainer {
    right: 0px;
    margin: 0;
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
	transition: right 0.5s ease 0s;
}
#system_information {
    display: none;
}


body.menu_open #pageContainer {
	right: 280px;
}
body.menu_open #header_minified {
	left: -280px;
}
body.menu_open #nav_mobile {
	right: 0px;
}
body.menu_open a.menu_mobile,
body.menu_open a.menu_mobile:hover {
	background-position: 2px -30px;
}

.segment .inner, #system_information .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 40px 80px 40px;
	position: relative;
}
.segment_first .inner {
    /*padding-top: 70px;*/
}
.header {
	position: relative;
    width: 100%;
    z-index: 100;
	font-size: 16px;
	line-height: 140%;
	transition: 0.5s ease;
    transition-property: left;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    
    background-color: #FFFAF3;
    /*border-bottom: 5px solid #000;*/
}
.header .header_inner {
	position: relative;
	padding: 0px 50px 0px 30px;
    transition: 0.5s ease;
    transition-property: padding;
}
.header .header_inner::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}
.header a {
    text-decoration: none;
    transition: 0.5s ease;
    transition-property: color;
}
.header a:hover {
    text-decoration: none;
}


.header .logo {
	width: 400px;
    position: relative;
    float: left;
    margin-left: -10px;
}
.header .logo img {
	width: 100%;
}

.header .menu_container {
    width: auto;
    display: inline-block;
	text-align: right;
    float: right;
    margin-top: 10px;
}

.socialmedia {
    position: relative;
}
.socialmedia a {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #f59c00;
    color: #fff;
	text-align: left;
    text-indent: -1000px;
    overflow: hidden;
    transition: 0.5s ease;
    transition-property: background-color;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.socialmedia a:hover {
    background-color: #db6005;
}
.socialmedia a.button_facebook {
    background-image: url("../images/socialmedia_facebook.png");
}
.socialmedia a.button_instagram {
    background-image: url("../images/socialmedia_instagram.png");
}
.socialmedia a.button_twitter {
    background-image: url("../images/socialmedia_twitter.png");
}
.socialmedia a.button_youtube {
    background-image: url("../images/socialmedia_youtube.png");
}


.header .menu_container .socialmedia {
    display: inline-block;
    float: right;
    width: auto;
    margin: -5px 0 0 20px;
    position: relative;
}
.header .menu_container .socialmedia a {
    margin: 0 0 -15px 5px;
    
}

#nav_mobile .socialmedia {
    margin: 2em 0;
    text-align: center;
}
#nav_mobile .socialmedia a {
    
}

.header .mainmenu {
    margin-top: 20px;
	font-size: 0.92em;
}
.header .mainmenu_blume {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	background-image: url("../images/blume_klein.png");
	background-repeat: no-repeat;
	background-position: left -60px;
	background-size: 120px auto;
}
.header .mainmenu a {
    font-weight: bold;
    padding: 0.2em;
}
.header .mainmenu li.open a, .header .mainmenu a:hover {
	color: rgba(219,96,5,1.00);
}
.header .mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.header .mainmenu ul > li {
    display: inline-block;
    position: relative;
    padding: 0.75em 0.75em;
    margin: 0 0.2em;
    text-transform: uppercase;
    text-align: center;
}


.header .mainmenu ul ul {
    display: none;
    position: absolute;
    z-index: 10002;
    width: 240px;
    height: auto;
    left: 50%;
    margin-left: -120px;
    top: 40px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    background-color: #fff;
	
	border: 2px solid #fff;
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    font-size: 0.92em;
    line-height: 130%;
}
.header .mainmenu ul ul li {
    padding: 5px;
    margin: 0;
    display: block;
    float: none;
}

.header .mainmenu ul ul a {
    display: block;
	color: #f59c00 !important;
	padding: 5px 10px;
    transition: 0.5s ease;
    transition-property: background-color;
	font-weight: normal;
	text-transform: none;
    border-radius: 5px;
}
.header .mainmenu ul ul a:hover {
    color: rgba(219,96,5,1.00) !important;
    
}

.header .menu_mobile, .header .menu_mobile:hover {
	float: right;
    position: relative;
    z-index: 100;
    display: none;
    top: 20px;
	margin-right: 10px;
	background-size: 88%;
	background-position: 2px 3px;
	width: 36px;
	height: 36px;
	background-image: url(../images/menu_icon_mobile.png);
	background-repeat: no-repeat;
    border-radius: 6px;
}
.header .menu_mobile:focus {
    outline: none;
}
.header .menu_mobile span.title {
	position: absolute;
	display: inline-block;
	width: auto;
	right: 36px;
	top: -1px;
	padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}





#header_minified.header {
	position: fixed;
    top: -200px;
	left: 0px;
    z-index: 10000;
    width: 100%;
	font-size: 16px;
	line-height: 140%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    transition: 0.5s ease;
    transition-property: top left;
    background-color: rgba(255,255,255,0.95);
    
}
#header_minified.header .header_inner {
	position: relative;
	padding: 0px 50px 0px 30px;
    
}
#header_minified.header .logo {
	
}
#header_minified.header .mainmenu {
		
}
#header_minified.header .menu_mobile, #header_minified.header .menu_mobile:hover {
    
}
#header_minified.header .menu_container {
    
}
#header_minified.header .mainmenu ul > li {
    
}
#header_minified.header .mainmenu ul ul {
    
}
    
body.header_reduced #header_minified.header {
    top: 0px;
}


/* Header-Anpassungen */
.header .menu_mobile, .header .menu_mobile:hover {
	display: block;
}
.header .mainmenu {
	display: none;
}
@media only screen and (max-width: 1024px) {
    .header .header_inner {
        padding-left: 30px !important;
        padding-right: 40px !important;
    }
}


@media only screen and (max-width: 600px) {
    .header .header_inner {
        padding-left: 20px !important;
        padding-right: 40px !important;
    }
    .header .menu_mobile span.title {
        display: none;
    }
    .header .logo {
        width: 260px;
    }
    .header .menu_mobile, .header .menu_mobile:hover {
        top: 4px;
    }
	.header .mainmenu_blume {
		width: 50px;
		height: 50px;
		background-position: left -50px;
		background-size: 100px auto;
	}
}




#nav_mobile {
	display: block;
	font-size: 15px;
    line-height: 130%;
	position: fixed;
	top: 0px;
	right: -280px;
	z-index: 10000;
	width: 280px;
	background-color: #9F4402;
	padding: 0;
	height: 100%;
	overflow: scroll;
	-webkit-box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	transition: right 0.5s ease;
}
#nav_mobile .inner {
	padding: 10px;
}
#nav_mobile ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#nav_mobile ul ul {
	font-size: 0.96em;
}
#nav_mobile li {
	position: relative;
	margin: 0;
	padding: 0;
	
}
#nav_mobile .main ul li {
    text-transform: uppercase;
}
#nav_mobile .main a {
	display: block;
	text-decoration: none;
	padding: 0.7em 0.5em;
	color: #f59c00;
	position: relative;
	border-bottom: 1px solid #db6005;
}

#nav_mobile .main li.active a {
	color: #fff;
	font-weight: bold;
}
#nav_mobile .main a:hover {
	color: #fff;
	background-color: #db6005;
	text-decoration: none;
}
#nav_mobile .main ul ul li {
	margin-left: 0em;
	font-weight: normal;
	text-transform: none;
}

#nav_mobile .main ul ul a, #nav_mobile .main li.active li a {
	color: #f59c00 !important;
	background-color: transparent;
}
#nav_mobile .main li li a:hover,
#nav_mobile .main li.active li a:hover {
	color: #fff !important;
	background-color: #db6005;
	text-decoration: none;
}
#nav_mobile .main li.active li.active a {
	color: #FFF !important;
	background-color: transparent;
	
}

#nav_mobile .main li.open {
    background-color: #AE4B03;
}
#nav_mobile .main li.submenu ul a {
    font-weight: normal !important;
    padding: 0.5em 0.6em;
}
#nav_mobile .main li.open ul {
	display: block;
}
#nav_mobile .main li.parent {
	
}
#nav_mobile .main li.parent a {
	
}
#nav_mobile .main li span.submenu_indicator {
	position: absolute;
    width: 20px;
    height: auto;
	display: block;
	right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
	background-color: #db6005;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
#nav_mobile .main li span.submenu_indicator:hover {
	color: #fff;
	background-color: #db6005;
}
#nav_mobile .main li span.submenu_indicator::after {
	content:'\25BE';
    display: inline-block;
    margin-top: 0.5em;
}
#nav_mobile .main li.open span.submenu_indicator::after {
	transform: rotate(180deg);
    margin-top: 0.65em;
}

#nav_mobile .main ul.info {
    margin-top: 2em;
}
#nav_mobile .main ul.info a {
	font-size: 0.9em;
    color: #A4A4A4;
    line-height: 130%;
    padding: 0.5em 0.5em;
	border-bottom: 0px solid #2B2B2B;
}
#nav_mobile .main ul.info a:hover {
	font-size: 0.9em;
    color: #fff;
    line-height: 130%;
    padding: 0.5em 0.5em;
	border-bottom: 0px solid #2B2B2B;
    background-color: transparent;
}

#nav_mobile .main {
    
}
#nav_mobile .add {
    margin-top: 2em;
}

#nav_mobile .add a {
    text-decoration: none;
    color: #fff;
    padding: 0.3em 0.5em;
    display: block;
}
#nav_mobile .add a:hover {
    color: #f59c00;
    text-decoration: none;
}
#nav_mobile .add li.active a {
    color: #f59c00;
    font-weight: bold;
}
#nav_mobile .add li.active a:hover {
    color: #f59c00;
    font-weight: bold;
}


#content {
	overflow: hidden;
}
	
.segment {
	position: relative;
}



.segment img {
	display: block;
	
}
.segment a img {
	border: none;
}

h2.segment_area {
    font-size: 1.1em;
    line-height: 130%;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.7em;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
h2.segment_area span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 2em 0.7em 2em;
}
h3.segment_header {
    font-family: 'LondrinaSolid', sans-serif;
	color: #f59c00;
	max-width: 980px;
    font-size: 2.2em;
    line-height: 130%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0.4em;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
p.segment_description {
    text-align: center;
}
p.segment_description .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
img.segment_photo {
    border-radius: 2px; 
    display: block; 
    width: 460px; 
    margin: 3em auto -150px auto;
}
img.segment_photo_small {
    width: 320px; 
}


#scrollToTop,
#scrollinfo {
    z-index: 102;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f59c00;
    color: #fff;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
    border: none;
    cursor: pointer;
    text-indent: -1000px;
    overflow: hidden;
    
}

#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}
#scrollinfo {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    
}
#scrollToTop::before,
#scrollinfo::before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    background-image: url("../images/arrow_up_color1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0.7;
    transition: 0.5s ease;
    transition-property: opacity;
}
#scrollToTop:hover::before,
#scrollinfo:hover::before {
    opacity: 1;
}

#scrollToTop::before {
    background-image: url("../images/arrow_up_color1.png");
    top: 0;
    bottom: 2px;   
}
#scrollinfo::before {
    background-image: url("../images/arrow_down_color1.png");
    top: 2px;
    bottom: 0;    
}

.image_overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.image_overlay .gradient1, 
.image_overlay .gradient2 {
       
}

ul.list_boxes {
    list-style: none;
    margin: 2em 0;
    position: relative;
}
ul.list_boxes li {
    position: relative;
    margin-bottom: 2%;
    padding: 0;
    background-image: none;
}
ul.list_boxes li::before {
    content: "";
    display: none;
}
ul.list_boxes li span.nolink,
ul.list_boxes li a {
    color: #00374f;
    border: 1px solid #00374f;
    border-radius: 10px;
    padding: 20px;
    display: block;
    background-color: rgba(0,55,79, 0);
    transition: 0.5s ease;
    transition-property: border background-color;
}
ul.list_boxes li a {    
    text-decoration: none;
    padding-right: 3em;
}
ul.list_boxes li a:hover {
    text-decoration: none;
}

ul.list_boxes li a::after {
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    background-image: url("../images/arrow_right_color4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
ul.list_boxes li a:hover {
    color: #fff;
    border: 1px solid #f59c00;
    background-color: rgba(84,169,50, 1);
    text-decoration: none;
    
}
ul.list_boxes li a:hover::after {
    background-image: url("../images/arrow_right_color1.png");
}


ul.list_fotoboxes {
    list-style: none;
    margin: 2em 0;
    position: relative;
}

ul.list_fotoboxes li {
    position: relative;
    margin: 0;
    padding: 0;
    
    
}

ul.list_fotoboxes li::before {
    content: "";
    display: none;
}
ul.list_fotoboxes .list_fotoboxes_inner {
    position: relative;
    z-index: 19;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    top: 0px;
    transition: 0.5s ease;
    transition-property: top box-shadow;
}
ul.list_fotoboxes .list_fotoboxes_inner:hover {
    top: -6px;
    -webkit-box-shadow: 3px 3px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 25px 0px rgba(0,0,0,0.5);
}
ul.list_fotoboxes .list_fotoboxes_foto {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
}
ul.list_fotoboxes .list_fotoboxes_info {
    padding: 15px;
}
ul.list_fotoboxes .list_fotoboxes_foto .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    
}
ul.list_fotoboxes a.hotspot {
    display: block;
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
}
ul.list_fotoboxes h3 {
    margin: 1em 0 1em 0;
    padding: 0;
    font-size: 1em;
    line-height: 130%;
}
ul.list_fotoboxes_3col {
    margin-left: -2%;
    margin-right: -2%;
}
ul.list_fotoboxes_3col li {
    float: left;
    width: 29.333%;
    margin: 2%;
}


.infobox {
    position: relative;
    margin: 0 0 2em 0;
}
.infobox_inner {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 20px 20px 10px 20px;
    position: relative;
    text-align: center;
}
.infobox h3 {
    font-size: 1.4em;
    line-height: 130%;
    font-weight: 200;
}



ul.list_boxes_2col {
    
}
ul.list_boxes_2col li {
    float: left;
    width: 46%;
    margin: 0 2% 0.5em 2%;
}

ul.list_boxes_3col {
    
}
ul.list_boxes_3col li {
    float: left;
    width: 29.33%;
    margin: 0 2% 0.5em 2%;
}

.fixed_height {
    
}
.list_boxes.fixed_height > li,
.list_boxes.fixed_height > div {
    display: table;
}
.list_boxes.fixed_height .fixed_height_element {
    display: table-cell;
    vertical-align: middle;

}



.silbentrennung {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


#slider {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100vh;
	/*overflow: hidden;*/
    
}
#slider::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 150px;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1.0) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(0deg, rgba(255,255,255,1.0) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1.0) 0%, rgba(255,255,255,0) 100%);
}
#slider .slideshow {
    position: relative;
    width: 100%;
	
	height: 100vh;
	overflow: hidden;
}
#slider .slideshow-element {
    
}
#slider .slideshow-element-inner {
    width: 100%;
	height: 100%;
	/*padding-bottom: 66%;*/
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}




.slick-slide {
    opacity: 1;
}
.slick-active {
    opacity: 1;
}
.slick-slide img {
    width: 100%;
}
button.slick-prev,
button.slick-next {
    display: block;
    position: absolute;
    z-index: 101;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 25px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.3;
    transition: 0.5s ease;
    transition-property: opacity;
    cursor: pointer;
    background-color: transparent;
    border: none;
    overflow: hidden;
    text-indent: -1000px;
}
button.slick-prev {
    background-image: url("../images/arrow_left_color1.png");
    left: 30px;
}
button.slick-next {
    background-image: url("../images/arrow_right_color1.png");
    right: 30px;
}
button.slick-prev:hover,
button.slick-next:hover {
    opacity: 0.8;
}
.slick-dots {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    position: absolute;
    width: 300px;
    margin: 0 0 0 -150px !important;
    bottom: 20px;
    left: 50%;
}
.slick-dots li {
    display: inline-block;
    margin: 10px;
    padding: 0;
}
.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: #dadada;
    border-radius: 6px;
    border: none;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #f59c00;   
}
.slick-dots li::before {
    content: "";
}

.blume {
	display: table;
	font-family: 'LondrinaSolid', sans-serif;
	color: #fff;
	background-image: url("../images/blume.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	text-align: center;
}
.blume .blume_wrapper {
	display: table-row;
}
.blume .blume_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-shadow: 2px 2px 10px #db6005;
}
.blume ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.blume li {
	margin: 0;
	padding: 0;
	text-align: center;
}
.blume li::before {
	display: none;
}
.blume a {
	color: inherit !important;
}
#blume1 {
	position: absolute;
	left: 50px;
	bottom: 40px;
	z-index: 102;
    font-size: 1.6em;
	line-height: 130%;
	width: 280px;
	height: 280px;
	
}
#blume2 {
	position: absolute;
	right: -60px;
	bottom: -90px;
	z-index: 102;
    font-size: 1.6em;
	line-height: 130%;
	width: 640px;
	height: 640px;
	
}
@media only screen and (max-width: 1600px) {
#blume1 {
	left: 30px;
	bottom: 20px;
	font-size: 1.2em;
	line-height: 130%;
	width: 230px;
	height: 230px;
	
}
#blume2 {
	right: -50px;
	bottom: -80px;
	font-size: 1.2em;
	line-height: 130%;
	width: 480px;
	height: 480px;
	
}	
}
@media only screen and (max-width: 1280px) {
#blume1 {
	font-size: 1.4em;
	line-height: 130%;
}
#blume2 {
	font-size: 1.4em;
	line-height: 130%;
}	
}

@media only screen and (max-width: 1024px) {
#blume1 {
	left: 20px;
	bottom: 10px;
	font-size: 1.2em;
	line-height: 130%;
	width: 180px;
	height: 180px;
	
}
	/* normal 
#blume2 {
	right: -40px;
	bottom: -60px;
	font-size: 1.2em;
	line-height: 130%;
	width: 380px;
	height: 380px;
	
}
	*/
#blume2 {
	right: 20px;
	bottom: 10px;
	font-size: 1.2em;
	line-height: 130%;
	width: 380px;
	height: 380px;
	
}
}
@media only screen and (max-width: 767px) {
#blume1 {
	left: -20px;
	
}
#blume2 {
	display: none !important;
	
}	
}

.google_maps {
	margin-bottom: 40px;
}
.google_maps iframe {
	width: 100%;
	height: 320px;
	display: block;
}

.checked_white,
.checked_black,
.checked_color1,
.checked_color2 {
	position: relative;
	padding-left: 36px;
}
.checked_white::before,
.checked_black::before,
.checked_color1::before,
.checked_color2::before {
	content: "";
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.checked_white::before {
	background-image: url("../images/icon_checked_white.png");
}
.checked_black::before {
	background-image: url("../images/icon_checked_black.png");
}
.checked_color1::before {
	background-image: url("../images/icon_checked_color1.png");
}
.checked_color2::before {
	background-image: url("../images/icon_checked_color2.png");
}


.topimage {
	margin: 0 0 2em 0;
	display: block;
} 

ul.columns2, .text_columns2 {
	column-count: 2;
	column-gap: 40px;
	-moz-column-fill: balance;
    column-fill: balance;
}
ul.columns2 li {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

ul.columns3, .text_columns3 {
	column-count: 3;
	column-gap: 20px;
	-moz-column-fill: balance;
    column-fill: balance;
}
ul.columns3 li {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}


div.columns2 {
	
}
div.columns2 .column1,
div.columns2 .column2 {
	width: 48%;
	float: left;
	position: relative;
}
div.columns2 .column1 {
	margin-right: 2%;
}
div.columns2 .column2 {
	margin-left: 2%;
	float: right;
}

div.columns2.smaller_right .column1 {
	width: 60%;
}
div.columns2.smaller_right .column2 {
	width: 35%;
}

div.columns2.smaller_left .column1 {
	width: 35%;
}
div.columns2.smaller_left .column2 {
	width: 60%;
}

div.columns3 {
	
}
div.columns3 .column1,
div.columns3 .column2,
div.columns3 .column3 {
	width: 31%;
	float: left;
	position: relative;
}
div.columns3 .column1 {
	margin-right: 2%;
}
div.columns3 .column2 {
	margin-left: 2%;
}
div.columns3 .column3 {
	margin-left: 2%;
}


ul.angebote_uebersicht {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.angebote_uebersicht li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
	
}
ul.angebote_uebersicht li::before {
	display: none;
}
ul.angebote_uebersicht li a {
	color: inherit;
}

@media only screen and (max-width: 1152px) {
	
}

.segment_fullimage img {
    width: 100%;
}
.segment_full .inner {
    max-width: none;
    margin: 0;
    padding-left: 80px;
    padding-right: 80px;
}
.segment_centeredtext .inner {
    text-align: center;
    max-width: 780px;
	margin: 0 auto;
	padding: 60px 40px;
    
}
.segment_with_photo {
    margin-bottom: 120px;
}

.segment .small_images {
	
}
.segment .small_images .img_container {
	width: 35%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.segment .small_images .text {
	padding-left: 42%;
	position: relative;
	min-height: 220px;
}


.boxshadow {
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
}

.divtable {
    display: table;
}
.divtable .divrow {
    display: table-row;
}
.divtable .divcell {
    display: table-cell;
    
}
.divtable .divth {
    font-weight: bold;
    padding-right: 1em;
}

.contentimage {
	position: relative;
    margin: 0 0 1.2em 0;
    
}
.contentimage img {
    margin: 0 0 0.5em 0;
    display: block;
    border-radius: 10px;
	overflow: hidden;
}
.contentimage p {
    margin: 0;
    font-size: 0.86em;
    line-height: 130%;
}
.photoborder img {
	display: block;
}
.photoborder img::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.photoborder_portrait_1 img::before {
	background-image: url("../images/photo_border_01_portrait.png");
}
.fotorahmen_portrait {
	display: block;
	mask: url("../images/masks/fotorahmen_portait.png");
	-webkit-mask: url("../images/masks/fotorahmen_portait.png");
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
}
.fotorahmen_landscape {
	display: block;
	mask: url("../images/masks/fotorahmen_landscape.png");
	-webkit-mask: url("../images/masks/fotorahmen_landscape.png");
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
}
.fotorahmen_quad {
	display: block;
	mask: url("../images/masks/fotorahmen_quad_small.png");
	-webkit-mask: url("../images/masks/fotorahmen_quad_small.png");
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
}
.textbild-links {
	display: block;
	float: left;
	margin: 0 20px 20px 0 !important;
	width: 33%;
}
.textbild-rechts {
	display: block;
	float: right;
	margin: 0 0 20px 20px !important;
	width: 40%;
}


#footer {
	position: relative;
    font-size: 0.86em;
    line-height: 140%;
}
#footer .inner {
	padding-bottom: 50px !important;
	
}

#footer a {
	
}
#footer a:hover {
	
}
#footer .copyright {
    float: left;
}
#footer .footermenu {
    float: right;
}

.foerder_info {
	font-size: 0.7em;
	line-height: 130%;
	
}
.foerder_info .inner {
	padding-top: 0 !important;
	text-align: center;
	color: #666;
}
.foerder_info p {
	margin-bottom: 40px;	
}
.foerder_info img {
	width: auto;
	height: 80px;
	margin: 0 30px;
	display: inline-block;
}
@media only screen and (max-width: 760px) {
	.foerder_info img {
		height: 50px;
		margin: 0 20px;
	}
}
@media only screen and (max-width: 480px) {
	.foerder_info img {
		height: 40px;
		margin: 0 10px;
	}
}
#pagination {
    padding: 1em 0 2em 0;
	text-align: left;
}
#pagination .pagination_inner {
    display: inline;
    padding: 0;
	text-align: center;
}
#pagination .entries_total {
	margin-right: 20px;
}
#pagination .show_rows {
	
}
#pagination .previous {
	margin-left: 20px;
	margin-right: 10px;
}

#pagination .page_current {
	
}


#pagination .previous a,
#pagination .next a {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    background-color: rgba(245,156,0,0.95);
	background-image: url("../images/zerkratzte_oberflaeche.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 20px;
	margin: 0 10px;
	display: inline-block;
	font-size: 0.8em;
	line-height: 130%;
	cursor: pointer;
	text-decoration: none;
	transition: 0.5s ease;
    transition-property: background-color;
    padding: 0.5em 1.2em;
}

#pagination .previous a:hover,
#pagination .next a:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: rgba(219,96,5,1.00);
}
#pagination span.disabled a {
	opacity: 0.5;
}
.uebersicht {
    position: relative;
    margin: 0 -2%;
}
.uebersicht .element {
    position: relative;
	width: 46%;
	float: left;
	top: 0px;
    margin: 2%;
    background-color: rgba(255,255,255,0);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0);
    transition: 0.5s ease;
    transition-property: box-shadow top;
    border-radius: 5px;
    overflow: hidden;
}
.uebersicht .element:nth-child(3) {
	clear: both;
}
.uebersicht .element:hover {
    top: -6px;
	background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);  
}
.uebersicht .element a.hotspot {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -1000px;
    z-index: 3;
}
.uebersicht .element_inner {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.uebersicht .bildcontainer {
    position: relative;
    width: 35%;
	float: left;
	margin-right: 5%;
}
.uebersicht .bildcontainer .bild {
    position: relative;
    margin: auto;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
}

.uebersicht .element_inner .textcontainer {
    position: relative;
    font-size: 0.86em;
    line-height: 130%;
	width: 60%;
	float: left;
}
.uebersicht .element_without_image .element_inner .textcontainer {
    width: auto;
	float: none;
}
.uebersicht .element_inner h3 {
    -moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.zitat {
	font-family: 'LondrinaSolid', sans-serif;
	color: #db6005;
	font-size: 2em;
	line-height: 130%;
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
}
.zitat span.autor {
	font-size: 0.6em;
	color: #333;
	display: block;
	text-align: right;
	margin-top: 2em;
}

.bildleiste {
	position: relative;
	margin: 0 -1%;
}
.bildleiste .bild {
	position: relative;
	display: inline-block;
	width: 14.666%;
	height: 0;
	padding-bottom: 14.666%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 1%;
	mask: url("../images/masks/fotorahmen_quad_small.png");
	-webkit-mask: url("../images/masks/fotorahmen_quad_small.png");
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
}
.bildleiste .bild a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.bildleiste_1 .bild {
	width: 98%;
	padding-bottom: 98%;
	
}
.bildleiste_2 .bild {
	width: 48%;
	padding-bottom: 48%;
}
.bildleiste_3 .bild {
	width: 31.333%;
	padding-bottom: 31.333%;
}
.bildleiste_4 .bild {
	width: 23%;
	padding-bottom: 23%;
}
.bildleiste_5 .bild {
	width: 18%;
	padding-bottom: 18%;
}
.bildleiste_6 .bild {
	width: 14.666%;
	padding-bottom: 14.666%;
}

#galerie_teaser .bildleiste .bild {
	width: 31.333%;
	height: 0;
	padding-bottom: 31.333%;
	margin: 1%;
	
}
#galerie_teaser .column2 {
	padding-top: 0.5em;
}

.galerie {
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.galerie img {
	position: relative;
	display: inline-block;
	max-width: 200px;
	max-height: 200px;
	margin: 5px;
	mask: url("../images/masks/fotorahmen_quad_small.png");
	-webkit-mask: url("../images/masks/fotorahmen_quad_small.png");
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
}




.angebote {
	
}
.angebote .kurse  {
	margin-bottom: -3em;
}
.angebote .kurzinfo {
	font-size: 0.86em;
	font-weight: bold;
	line-height: 130%;
}
.angebote .kurse .smaller_left .column1 {
	width: 30%;
}
.angebote .kurse .smaller_left .column2 {
	width: 66%;
}
.angebote .kurse .smaller_right .column1 {
	width: 66%;
}
.angebote .kurse .smaller_right .column2 {
	width: 30%;
}
.angebote .kurs {
	margin-bottom: 1.2em;
}
.angebote .kurs h3 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
.angebote .kurs .kurs_beschreibung {
	
}
.angebote .kurse .kurs_termin {
	display: inline-block;
	padding: 0.5em 1em;
	width: 80%;
	text-align: center;
}
.angebote .kurse .column2 .kurs_termin {
	display: block;
	width: auto;
}
.angebote .kurse .kurs_termine_lang .kurs_termine_lang_inner {
	padding: 0.5em 1em;
	margin: 0 !important;
	text-align: left;
}
.angebote .zerkratzte_box p:last-child {
	margin-bottom: 0 !important;	
}
.angebote .kurs_gruppe {
	margin-bottom: 3em;
}

.spezialinfo {
	position: relative;
	text-align: center;
	margin: 2em 0;
}
.spezialinfo .spezialinfo_inner {
	display: block;
	background-color: #db6005;
	color: #fff;
	padding: 0.75em 1.5em;
	border-radius: 10px;
}
.spezialinfo p {
	display: inline;
	margin: 0 !important;
}


.termine {
	
}
.termine_angebot {
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.termine_angebot_daten {
	width: 20%;
	float: left;
}
.termine_angebot_daten h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 140%;
}
.termine_angebot_kurse {
	width: 75%;
	float: right;
	
}
.termine_angebot_kurse .termine_angebot_kurs {
	font-size: 0.8em;
	line-height: 140%;
	margin-bottom: 0.5em;
}
.termine_angebot_kurse .termine_angebot_kurs_daten {
	width: 46%;
	float: left;
}
.termine_angebot_kurse .termine_angebot_kurs_daten h4 {
	padding: 0;
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 140%;
}
.termine_angebot_kurs_beschreibung {
	/*
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	*/
}

.termine_angebot_kurse .termine_angebot_kurs_termine {
	width: 46%;
	float: right;
	
}
@media only screen and (max-width: 1279px) {
	.termine_angebot_kurse .termine_angebot_kurs {
		font-size: 0.9em;
		line-height: 140%;
	}
}
@media only screen and (max-width: 1023px) {
	.termine_angebot_daten {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.termine_angebot_kurse {
		width: auto;
		float: none;

	}
}

@media only screen and (max-width: 640px) {

	.termine_angebot_kurse .termine_angebot_kurs_daten {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.termine_angebot_kurse .termine_angebot_kurs_termine {
		width: auto;
		float: none;

	}
	.termine_angebot_kurse .termine_angebot_kurs {
		font-size: 0.9em;
		line-height: 140%;
		margin-bottom: 30px;	
	}
}


