@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700); 

body {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	height:100%;
	font-family:'Open Sans',Helvetica,Arial;
}

html, body {
	height:100%;
	width:100%;
}


main {
	width:100%;
	height:100%;
	background-color:#fff;
	font-size:90%;
}


ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:none; 
	list-style-type: disc;
	line-height: 1.25em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}

h1 {
	margin: 10px 0px 7px 0px;
}

h2 {
}

h3 {
	margin: 2px 0px 7px 0px;
	font-size:110%;
	font-style: italic;
}

input[type=text], input[type=password], textarea {
	background-color: #e1f1ff;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 7px;
	color: #444;
	outline: none;
}

input[type=submit] {
	background-color: #efefef;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 7px 20px 7px 20px;
	color: #444;
	outline: none;
}

button{
	background-color: #ddd;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 7px 25px 7px 25px;
	color: #444;
	outline: none;
}

input[type=submit]:hover {
	background-color: #4597e1;
	border: 1px solid #31689a;
	color: #fff;
}

button:hover {
	background-color: #4597e1;
	border: 1px solid #31689a;
	color: #fff;
}

button:active {
	outline:none;
	box-shadow:inset 0 0 3px #31689a;
}

input[type=text]:focus, textarea:focus{
	border-color: #82b6e5;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

textarea {
	resize: vertical;
}

.input_label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.input_label input ~ .checkmark {
  background-color: #ccc;
}

.input_label input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input_label input:checked ~ .checkmark:after {
  display: block;
}

.input_label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.content a:hover {
	color: #266490;
}

.input_error {
	background-color: #ffe1e1 !important;
	border: 1px solid #b75a5a !important;
}

.input_error_checkmark {
	background-color: #c25b5b !important;
}

.underline {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

.font-size-shop {
	font-size: 18px;
}

.input_kontakt {
	width:200px;	
}

.border-all {
	border: 1px solid #ff0000;
} 
                     
.border-top {      
	border-top: 1px solid #5c9cc9;
}
                      
.border-left {      
	border-left: 1px solid #5c9cc9;
}
                      
.border-right {      
	border-right: 1px solid #5c9cc9;
}
                      
.border-bottom {      
	border-bottom: 1px solid #5c9cc9;
}

.block {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

.container {
	min-height:100%;
	position:relative;
}

.container_shop {
	height: calc(100% - 360px);
	min-height:350px;
	position:relative;
	padding-bottom: 320px;
}

.navigation {
	background-color:#eeeeee;	
	height: 118px;
}

.nav_kopf{
	height: 50px;
}

.nav_logo {
	padding: 10px 0px 0px 10px;
	left: calc(50% - 117,5px);
}

.nav_menu {
	padding-left: 250px;
	Float: right
}

.nav_menu_mobile {
	display: none;
	Float: right;
	margin-right: 20px;
}

.nav_menu > li, .nav_menu_mobile > ul > li, .sub-menu > ul  {
	list-style:none; 
}

#a_mobile {
	cursor: pointer;
}

.sub-menu {
	display: inline;
	width:100%;
	padding:5px 0px;
	transition:opacity linear 0.15s;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	background:#364553;
}

.sub-menu li {
	display:block;
	font-size:16px;
}

.sub-menu li a {
	padding:8px 15px;
	display:block;
	font-family:'Open Sans',Helvetica,Arial;		
}

.sub-menu li a:hover, .sub-menu .current-item a {
	background:#20262c;
	border-top:0px solid #6c6c6c;
}

.nav_border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

.navi_bottom {
	margin-left: 15px;
}

.content {
	height: 100%;
	border-top: 2px solid #5c9cc9;
	padding-bottom:195px !important;	/* Height of the footer */
}

.content_even {
	padding-bottom: 10px;
}

.content_odd {
	background-color: #eee;
	padding-bottom: 10px;
}

.footer {
	position:absolute;
	color: #ddd;
	bottom:0;
	width:100%;
	height:195px;   /* Height of the footer */
	background-color:#cccccc;
	border-top: 2px solid #5c9cc9;
}

.footer_top {
	background-color: #2b2b2b;
	height:195px;
	width:100%;
}

.footer_bottom {
	background-color: #222222;
	height:40px; 
	width:100%;
}

.footer_bottom_content {
	padding-top: 10px;
	text-align: center;
}

.flex-container {
	padding: 0;
	margin: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-flex-flow: row wrap;
	
}

.flex-reverse {
	flex-direction: row-reverse; 
}

.flex-center {
	justify-content: center;
	align-items: center;
}

.flex-space-between {
	justify-content: space-between;
}

.flex-center_shop {
	display: flex;
	justify-content: center;
	align-items: center;
	#flex-wrap: nowrap;
	height: 100%;
}

.flex-item-1 {
	padding: 5px;
	width: 280px;
	height: 200px;
	margin-top: 10px;
}

.flex-item-2 {
	padding: 5px;
	width: 48.5%;
}

.flex-item-3 {
	padding: 5px;
	width: 100%;
}

.flex-item-4 {
	padding: 5px;
	width: 400px;
}

.flex-item-5 {
	padding: 5px;
	width: calc(100% - 450px);
}

.flex-item-6 {
	#width: 600px;
	#min-width:400px;
	#height:400px;
	display:flex;
	#align-items: center;
	flex-wrap: wrap;
	position: relative;
	top: calc(50% - 200px)
}

.table {
	display: table;
	width: 100%;
}

.table_tr {
	display: table-row;
}

.table_td {
	display: table-cell;
    vertical-align: top;
}

.width-20 {
	width:20%;
}

.width-80 {
	width:80%;
}

.width-15 {
	width:15%;
}

.width-85 {
	width:85%;
}

.width-center-box {
	width: 500px;	
}

.top-50 {
	padding-top: 50px;
}

.center {
	text-align: center;
}

.top-bottom-1 {
	padding-top: 1px;
	padding-bottom: 1px;
}

.top-bottom-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top-bottom-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.margin-0 {
	margin: 0px;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-left-60 {
	padding-left:60px;
}

.img_big {
	position: relative;
	overflow: hidden;
}

.img_center {
	margin-left: auto;
	margin-right: auto;
}

/*----- Top Level -----*/
.nav_menu > ul > li {
	float:left;
	display:inline-block;
	position:relative;
	font-size:19px;
	padding-right:3px;
}


.nav_menu > ul > li > a {
	padding:7px 15px;
	display:inline-block;
	font-size:90%;
}

 /* link */
a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #5c9cc9;
}

a:hover {
	color: #fff;
}

.nav_menu > ul > li > a:link, .nav_menu > ul > li > a:visited, .nav_menu > ul > li > a:active {
	color: #2b2b2b;
}

.nav_menu > ul > li > a:hover {
	color: #5c9cc9;
}

/* iframe */

.elastic-frame {
	position: relative;
	padding-bottom: 400px;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

.elastic-frame iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* Mobile Style */
@media screen and (max-width:1200px) { 
	.block {
		width:100%;
	}
}

@media screen and (min-width:901px) { 
	.sub-menu {
		display: none;
	}	
}

@media screen and (max-width:900px) { 
	
	.nav_menu {
		display: none;
	}
	
	.nav_menu_mobile {
		display: inline;
	}
	
	.sub-menu {
		display: none;
	}
	
	.flex-container {
		flex-direction: column;
		align-items: center;	
	}
		
	.flex-item-2 {
		width: 100%;
	}
	
	.flex-item-4 {
		width: 100%;
	}
	
	.flex-item-4 > div > div > img {
		width: 350px;
	}
	
	.flex-item-5 {
		width: 100%;
	}
		
	.content {
		padding-bottom:655px;	/* Height of the footer */
	}
	
	.footer {
		height:235px;	/* Height of the footer */
	}
	
	.footer_top {
		height:655px;
	}
	
	.mobile-padding-10 {
		padding: 10px;
	}
	
}

@media screen and (max-width:620px) { 
	body {
		font-size:90%;
	}
	
	.content {
		padding-bottom:675px;	
	}
	
	.flex-container {
		#flex-direction: column;
		align-items: center;
		height:100%;
	}
	
	.footer {
		height:235px;	
	}
	
	.flex-item-4 > div > div > img {
		width: 300px;
	}
	
	.footer_top {
		height:655px;
	}
	
	.footer_bottom {
		height:60px; 
		width:100%;
	}
} 