body {
	position: relative;
	background: #FFF;
	font-family: Calibri, sans-serif;
	color:#787877;
	font-size:15px;
	width:100%;
	min-height:100%;
}

a {
 	color:#458bcd;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active, a:focus {
  color:#787877;
  outline: none;
  text-decoration: none;
}


p {
	font-size:15px;	
	margin: 0 0 15px 0;
	padding:0;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.partial-image {
	margin: 0 0 15px 0;
}

.arrow-link {
	display: inline-block;
	color:#458bcd;
	text-decoration: none;
}

.arrow-link::before {
	display:inline-block;
	font-size:14px;
	content: "❯";
	margin-right:5px;
}

.arrow-link:hover {
	text-decoration: none;
}

.blue {
	color: #458bcd;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
}


h1 {
	font-family: Calibri-Bold;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	color:#458bcd;
    font-size: 20px;
    letter-spacing: 1px;
  	margin:0 0 17px 0;
	padding:0;
	text-align:left;
	text-transform:uppercase;
	
}

h2 {
	font-family: Calibri-Bold;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3;
	color:#458bcd;
    font-size: 18px;
    letter-spacing: 1px;
  	margin:0 0 0px 0;
	padding:0;
	text-align:left;
	
	
}

h3 {
	
	font-weight: 500;
    font-size: 2em;
    letter-spacing: 0.02em;
    line-height: 1.2em;
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
	border-bottom:1px dotted #ce7f00;
	
}


hr {
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	margin: 0;
}



strong, b {
	font-family: Calibri-Bold;
	font-weight: normal;
	font-style: normal;
}



#logo img {
	max-width: 283px;
}

#content ul {
	padding:0 0 0 40px;
	margin:1em 0;
}


#content ul li {
	line-height:1.3;
}

#header ul li a {
	color:#787877;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
}

#header ul li.lang-nav {
	margin-left:-5px;
	margin-right: -5px;
}

#header ul li.lang-nav a {
	padding-left:5px;
	padding-right: 5px;
}

@media (max-width: 767px) {
	#mobile-nav ul li.lang-nav a {
		display:inline;
		padding-right: 5px;
	}
	
	
}

#header ul li a:hover,
#header ul li a.active {
	text-decoration: none;
	color:#458bcd;
}

#header ul {
	margin:0 -5px;
	padding:0;
	list-style: none;
}

#header ul li {
	margin:0;
	list-style: none;
	padding: 8px 5px;
	float:left;
	font-size: 13px;
	color: #787877;
}

#etzel img {
	max-width:100%;
}

#content {
	min-height: 237px;
	position: relative;
}

#footer {
	clear: both;
	border-top: 1px solid #cecece;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
}

#footer p {
    font-size: 13px;
    text-transform: uppercase;
}

section {
	margin-bottom:30px;
}

.col-left li.li-space {
	display:none;
}

.sm-left {
	display:none;
}



/* Aspect Ratios */
.ratio-16-9 {
	position:relative;
}

.ratio-16-9::after {
	display: block;
	content: "";
	width: 100%;
	
	padding-top: 56.25%;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	min-height:500px;
	width:100%;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.col-lg-4 .partial.partial-image {
	text-align: right;
}

/* Gallery */

.gallery {
	border-top:1px solid #666666;
}

.gallery > .row {
	margin-left:-5px;
	margin-right:-5px;
	padding-top:2rem;
	padding-bottom:2rem;
}


.gallery .row > div {
	padding: 5px;
}

.gallery .row > div > a {
	display:block;
	border: 1px solid #BBB;
	padding: 4px;
	text-decoration:none;
	background:transparent;
}

.gallery .row > div > a:hover {
	border: 1px solid #429a3d;
	text-decoration:none;
	background:#FFF;
}


.gallery .row > div > div {
	display:block;
	border: 1px solid #BBB;
	padding: 4px;
}

.bg-cover { 
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	margin: 18px 15px 0 15px;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
	color: #455460;
}

.mobile-nav-active #mobile-nav-toggle {
	color:#FFF;
}


@media (max-width: 767px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Navbar */

#navbar {
	/*width:100%;*/
	position: relative;
	/*transition: all 0.5s;*/
}

@media (max-width: 767px) {
	#navbar {
		display: none;
	}
}

.sf-menu {
	width:100%;
	background-color:transparent;
	margin-bottom:0;
}

.sf-menu > li {
    background: transparent;
    white-space: nowrap;
    white-space: normal;
    -webkit-transition: background .2s;
    transition: background .2s;
	/*
	padding: 0.5em 1.7em;
	padding-bottom: 0;
	*/
	padding:0;
	margin: 0 80px 0 0;
}
/*
.sf-menu > li > a,
.sf-menu > li > a.sf-with-ul {
	text-transform: uppercase;
	font-size: 16px;
	color:#485155;
	letter-spacing: 0.02rem;
	border:0;
	padding: 5px 0 5px 0;
}
*/
.sf-menu > li > a,
.sf-menu > li > a.sf-with-ul {
    font-family: Calibri-Bold;
    font-weight: normal;
    font-style: normal;
    padding: 16px 0 11px 0;
    text-decoration: none;
    color: #787877;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    text-align: left;
    line-height: 16px;
	border:0;
}

.sf-arrows .sf-with-ul::after {
	display:none;  
}

.sf-menu > a:hover,
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.active > a {
	background-color: transparent;
	color:#458bcd;
	text-decoration: none;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color:transparent;
	text-decoration: none;
}

.sf-mega {
    background-color: rgba(255,255,255,0.85);
	padding:20px 0;
	margin-top:8px;
}


.sf-menu ul {
	padding: 0px;
	list-style-type: none;
}

.sf-mega ul {
	margin: 0;
	list-style-type: none;
	width:auto;
	display:inline-block;
	background-color: rgba(69,139,205,0);
	border-top: 2px dotted #b3b3b2;
}

.sf-mega li {
	margin-left: 0;
	background-color: rgba(69,139,205,0);
	position: relative;
	padding-top:0;
	padding-bottom:0;
	border-bottom: 2px dotted #b3b3b2;
}

.sf-mega ul li a {
	text-decoration: none;
	position: relative;
	display:block;
	background-color: rgba(69,139,205,0);
	color:#787877;
	text-transform: uppercase;
	font-size:14px;
	padding: 10px;
	line-height:1em;
}

.sf-mega ul li:hover, .sf-mega ul li.sfHover {
	background-color: rgba(69,139,205,1);
	color:#FFF;
}

.sf-mega a:hover {
	text-decoration: none;
}

.sf-mega ul li:hover a,
.sf-mega ul li.sfHover a,
.sf-mega ul li.active a {
	background-color: rgba(69,139,205,1);
	color:#FFF;
}

/* submenu */


@media (min-width: 992px) {
	#submenu-container {
		position:absolute;
		left:-250px;
		top:45px;
		z-index: 100;
		height:100%;
	}
	
	#submenu {
		position:sticky;
		top:25px;
		max-width: 215px;
		width: 270px;
		padding: 10px 10px;
		background: rgba(255,255,255,.6);
		-webkit-box-shadow: 0px -5px 40px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px -5px 40px 0px rgba(0,0,0,0.08);
		box-shadow: 0px -5px 40px 0px rgba(0,0,0,0.08);

	}
	

	
	#submenu .nav-item::before {
		display:inline-block;
		content: "";
		width:20px;
		height:16px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%23787877' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left center;
	}
}

#submenu ul {
	margin:0;
	padding:0;
}

#submenu .nav-link {
	text-decoration: none;
	padding: 3px 15px 5px 0px;
	/*line-height: 14px;*/
	transition: all .2s;
}

#submenu .nav-link:hover,
#submenu li.active .nav-link {
	color:#787877;
}

@media (max-width: 991px) {
	#submenu .nav-link {
		border:1px solid #DDD;
		padding: 5px 10px;
		margin-top:-1px;
		margin-left:-1px;
		border-radius: 5px;
	}
	
	#submenu .nav-link:hover,
	#submenu li.active .nav-link {
		color:#FFF;
		background:#458bcd;
	}
}



/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(255, 255, 255, 1);
	right: -260px;
	width: 260px;
	max-width:75vw;
	overflow-y: auto;
	transition: 0.4s;
}


#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
	color:#455460;
}

#mobile-nav > ul > li > a {

}

#mobile-nav ul li:hover i,
#mobile-nav ul li.active i,
#mobile-nav ul li i.fa-chevron-up {
	color:#FFF;
}

#mobile-nav > ul > li > a {
	color: #455460;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	text-transform: uppercase;
}

#mobile-nav > ul > li:hover,
#mobile-nav > ul > li:hover > a,
#mobile-nav > ul > li > a:hover {
	text-decoration: none;
	color:#455460;
}

#mobile-nav > ul > li:hover > a,
#mobile-nav > ul > li.active > a,
#mobile-nav ul .menu-item-active {
	background-color: #458bcd;
	color:#FFF;
	text-decoration: none;
}

#mobile-nav > ul > li.lang-nav:hover > a,
#mobile-nav > ul > li.lang-nav.active > a {
	background-color: #FFF;
}

#mobile-nav ul li li {

}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
}




#mobile-nav ul .menu-has-children ul li a {
	padding: 10px 22px 10px 35px;
}

#mobile-nav .sf-mega {
	margin-top:0;
	padding-top:15px;
}

#mobile-nav .sf-mega ul li.active a,
#mobile-nav .sf-mega ul li:hover a,
#mobile-nav .sf-mega ul li a:hover,
#mobile-nav .sf-mega ul li:hover,
#mobile-nav .sf-mega ul li.active {
	position: relative;
	background: #FFF;
	color: #787877;
}

#mobile-nav .sf-mega ul li.active a::before,
#mobile-nav .sf-mega ul li:hover a::before{
	content: '❯';
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-10px;
	font-size:19px;
	line-height:19px;
	color:#458bcd;
	z-index:150;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 135, 204, 0.7);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/*swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom:50px;
}

.swiper-container.swiper-shoes::before {
	position:absolute;
	content: "";
	width: 100%;
	height:100%;
	margin-top:-50px;
	
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	cursor: pointer;
}


.swiper-button-prev, .swiper-shoes .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c0beb1'%2F%3E%3C%2Fsvg%3E");
    left: 50%;
    right: auto;
	bottom:0%;
	top:auto;
	margin-left: -50px;
	color:#c0beb1;
	width: 15px;
	height: 25px;
	background-size: 15px 28px;
}

.swiper-button-prev:hover, .swiper-shoes .swiper-container-rtl .swiper-button-next:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23455460'%2F%3E%3C%2Fsvg%3E");
}



.swiper-button-next, .swiper-shoes .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c0beb1'%2F%3E%3C%2Fsvg%3E");
    right: 50%;
    left: auto;
	bottom:0%;
	top:auto;
	margin-right: -50px;
	color:#c0beb1;
	width: 15px;
	height: 25px;
	background-size: 15px 28px;
}

.swiper-button-next:hover, .swiper-shoes .swiper-container-rtl .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23455460'%2F%3E%3C%2Fsvg%3E");
}


/* table */
.responsive-table h3 {
	background-color: #455460;
	color:#FFF;
	font-size:26px;
	line-height: 31px;
	padding: 10px 50px;
	position: relative;
	margin:0 0 0px 0;
	font-weight: normal;
	text-transform: uppercase;
}

.responsive-table h3::after {
	top: 100%;
	left: 70px;
	border: solid transparent;
	content: " ";
	width: 22px;
	height: 11px;
	position: absolute;
	pointer-events: none;
	z-index: 800;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #455460;
	border-width: 11px 11px 0 11px;	
}

.responsive-table .row {
	margin:0;
	background-color: #fbfbfa;
}

.responsive-table .row:nth-of-type(2n+1) {
    background-color: #f2f2ef;
}

.responsive-table .row > div {
	font-size:18px;
	padding:25px 50px;
}



.responsive-table > div:first-child {
	margin-top:10px;
}

@media (max-width: 767px) {
	.responsive-table > div:first-child {
		margin-top:10px;
	}
	
	.responsive-table .row > div {
		padding:10px 30px;
	}

	
}

@media (min-width: 768px) {
	.responsive-table .row > div {
		padding:20px 30px;
	}
	
	
}

@media (min-width: 992px) {
	.responsive-table .row > div {
		padding:30px 30px;
	}
}

@media (min-width: 1200px) {
	.responsive-table .row > div {
		padding:30px 30px;
	}
	
	.responsive-table .row > div:first-child {
		padding-left: 50px;
	}
	
}



.table.table-striped th {

}

.table-striped tbody tr {
	background-color: #fbfaf5;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f6f5eb;
}
.table.table-striped td {

}

.table th, .table td,
.table thead tr th,
.table tbody tr td {
    padding: 0.75rem;
	color:#787877;
    border-top: 0;
	border-bottom: 2px dotted #bbbbbb;
	vertical-align: middle;
	font-family: Calibri-Bold;
	font-weight: normal;
	font-style: normal;
}


/*forms*/


textarea.form-control {
	height: 40px;
	transition: height ease-in-out .15s;
}

textarea.form-control.focused {
	height: 150px;
}

.form-control {
    color: #787877;
    background-color: rgba(255,255,255,0);
    background-image: none;
    background-clip: padding-box;
	border:	1px solid #969695;
   
	padding: 0rem 0.5rem;
}

.form-control:focus {
	 color: #787877;
    background-color: rgba(255,255,255,0);
    border-radius: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(69,139,205,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(69,139,205,0.5);
box-shadow: 0px 0px 5px 0px rgba(69,139,205,0.5);
}

.col-form-label {
	text-transform: none;
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
}

.col-form-label.label-control {
	padding-top:0;
	padding-bottom:0;
}

.form-group {
	margin-bottom:0.5rem;
}

.custom-control-label::before,
.custom-control-label::after {
	top:0.65rem;
}

.custom-control-label::before {
    background-color: #eee;
	border: 1px solid #CCC;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #458bcd;
}

.btn.btn-primary {
	background-color:#458bcd;
}

.btn-rss {
	text-align:left;
	background-image: url(/img/rss.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding-left:50px;
	min-height: 50px;
}

.btn-table {
	text-align:left;
	background-image: url(/img/table.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding-left:50px;
	min-height: 50px;
}

.white-space-normal {
	padding-top: 0.2rem;
	white-space: normal;
	line-height:1.1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus, .btn.btn-primary.focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color:#969695;
	border-color:#969695;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline:none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline:none;
}



@media (max-width: 575px) {
	
	
	
}


@media (max-width: 767px) {
	body {
		padding-top: 75px;
	}
	
	.col-left, .shadow-right {
		display:none;
	}

	#logo img {
		max-width: 100px;
	}
	
	#header {
		position:fixed;
		top: 0px;
		left:0px;
		width:100%;
		padding: 5px 0;
		height: 75px;
		background:#FFF;
		z-index:150;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	}
	
	#header .col {
		display:none;
	}
	
	#etzel {
		display:none;
	}
	
	#titelbild {
		margin: 0 -15px;
	}
	
	#content-container {
		padding: 40px 10px 25px 10px;
		margin-bottom:50px;
	}
	
	.sf-mega ul {
		width:100%;
	}

}

@media (min-width: 768px) {
	#main-container {
		-webkit-box-shadow: 0px 33px 33px 0px rgba(0,0,0,0.10);
		-moz-box-shadow: 0px 33px 33px 0px rgba(0,0,0,0.10);
		box-shadow: 0px 33px 33px 0px rgba(0,0,0,0.10);
		min-height:100vh;
	}
	
	.col-left {
		/*flex: 0 0 277px;
		flex: 0 0 142px;*/
		flex: 0 0 277px;
		/*margin-right: -135px;*/
		padding:0;
		display:none;
	}
	
	.shadow-right{
		flex: 0 0 33px;
		padding:0;
		display:none;
	}
	
	#header {
		padding: 18px 0 5px 15px;
	}
	
	
	#navbar {
		background-image: url(/img/shadow-top.png);
		background-repeat: no-repeat;
		background-position: left 0px;
		background-size: 100% auto;
		min-height:44px;
	}

	#content-container {
		padding: 40px 60px 25px 60px;
		margin-bottom:50px;
	}
	
	#logo img {
		max-width: 150px;
	}
	
	#etzel {
		position:absolute;
		left:0px;
		bottom:22px;
		padding: 0 15px;
	}
	
	#navbar, #titelbild {
		margin-left:-15px;
		margin-right:-15px;
		clear: both;
	}
	
	#titelbild {
		clear:both;
		background:#EEE;
	}
	
	#titelbild img {
		width:100%;
	}
	
	#titelbild img.img-blank {
		opacity:0;
	}
	
	.sf-menu {
		padding-left: 30px;
		padding-right: 15px;
	}
	
	
}

@media (min-width: 992px) {
	#main-container {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		min-height: none;
	}
	
	.shadow-right{
		display:block;
	}
	
	.col-left {
		display:block;
		z-index: 50;
	}
	
	#logo img {
		max-width: 140px;
	}
	
	#header {
		padding: 18px 0 5px 0px;
	}
	
	#header ul li {
		font-size:12px;
	}
	
	#etzel {
		bottom:23px;
		padding: 0 15px;
	}
	
	#navbar, #titelbild {
		margin-left:-150px;
		margin-right:-15px;
		/*padding-left: 135px;*/
	}
	
	#titelbild {
		position:relative;
	}
	
	#titelbild::after {
		position:absolute;
		left:0px;
		top: 50%;
		transform: translate(-45%,-50%);
		content: " ";
		display:block;
		width:229px;
		height: 680px;
		background-image: url(/img/circle-left.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.sf-menu{
		padding-left:150px;
		padding-right:15px;
	}
	
	#content-container {
		padding: 40px 80px 25px 0px;
	}
}

@media (min-width: 1200px) {
	
	#logo img {
		max-width: 283px;
	}
	
	#header ul li {
		font-size:13px;
	}
	
	#etzel {
		bottom:43px;
		padding: 0 15px;
	}

	#titelbild::after {
		position:absolute;
		left:0;
		top: 50%;
		transform: translate(-46%,-50%);
		z-index:100;
		content: " ";
		display:block;
		width:277px;
		height: 822px;
		background-image: url(/img/circle-left.png);
		background-repeat: no-repeat;
	}
	
	#content-container {
		padding: 40px 80px 25px 115px;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {
	
}

@media print {
	a[href]:after {
		content: "";
	}
	
	h2, * {
	font-family: 'Arial', sans-serif;
	}
}
