html, body {
	height: 100%;
	
}

body {
	margin: 0px;
	padding: 0px;
	background: #333333;
	font-family: 'Muli', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #363636;
}



h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 190%;
}

strong {
}

a {
	color: #171717;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


	

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-logo
	{
	width: 320px;
    height: 320px;
    position: absolute;
    left: 50%;
    top: 125px;
    margin-left: -125px;
    margin-top: -125px;
		
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}


	.image-rund-links
	{
		border-radius: 50%;
		width: 250px;
    	height: 250px;
       	float: left;
     	margin-left: 25%;
     	box-shadow: 15px 15px 15px grey;

	}

.image-rund-rechts
	{
		border-radius: 50%;
		width: 250px;
    	height: 250px;
       	float: right;
     	margin-right: 25%;
     	box-shadow: 15px 15px 15px grey;

	}




hr {
	display: none;
}


/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style1 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style1 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}




/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.buchung
{
	margin-bottom: 2em;
		text-transform: uppercase
}


.buchung h3

{
	
	/* letter-spacing: 0.20em; */
		font-weight: 700;
		font-size: 1em;
		color: white;
		width: 215px;
		word-break: break-all;
		margin-left: 70%;
		margin-top:75px;
}


	.title
	{
		margin-bottom: 2em;
		text-transform: uppercase;
	
	}

	.title h3
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 1em;
		text-align: center;
		
	
		
		
	  
		
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/** WRAPPER */

#wrapper {
	background: #FFFFFF;
}

#footer-wrapper
{
	background: #0F0F0F;
}

.container {
	width: 1200px;
	margin: 0px auto;
	
}

.clearfix {
	clear: both;
}


/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	overflow: hidden;
	background-size: 100%;
	background: #2b3c4e;
	height: 200px;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header 
	{
		position: relative;
		overflow: hidden;
		text-align: center;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo 
	{
		width: 500px;
		height: 300px;
		margin: 0 auto;
		padding: 2em;
	
	}
	
	#logo h1
	{
		letter-spacing: 0.10em;
		font-size: 3em;
	}
	
	#logo p 
	{
		letter-spacing: 0.10em;
		color: #2b3c4e;
	}
	
	#logo a 
	{
		text-decoration: none;
		color: #2b3c4e;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner 
	{
		position: absolute;
		left: 0;
		overflow: hidden;
		z-index: 1;
	}
	
	#banner .image
	{
		border: 5px solid #FFFFFF;
	}
	

/** MENU */

#menu-wrapper
{
	background: #2b3c4e;
}

#menu {
	overflow: hidden;
	height: 60px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	padding: 20px 40px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	font-weight: 600;
	border: none;
	color: #FFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: #555555;
}

/** PAGE */

#page
{
	position: relative;
	overflow: hidden;
	padding: 1em 0em 1em 0em;
}

/** CONTENT */

#content
{
	float: right;
	width: 790px;
}




/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 2em 0em;
		text-align: center;
		
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		padding: 5em 0em;
		border-bottom: 1px solid #E5E5E5;
		text-align: center;
	}
	
	#welcome h2
	{
		letter-spacing: 0.20em;
		text-transform: uppercase;
		font-size: 2.6em;
	}
	
	#welcome p
	{
		font-size: 1.3em;
	}

	#welcome .byline
	{
		display: block;
		padding: 0em 0em 1.5em 0em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.2em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#classictext

	{

		text-align: center;
	}


	#portfolio-wrapper
	{
		background: rgba(0,0,0,.04);
		padding: 6em 0em;
		color: rgba(255,255,255,.7);
	}
	
	#portfolio
	{
		overflow: hidden;
	}
	

#portfolio .title h1
	{
		font-size: 1.2em;
		color: #3e3e3e;
		text-align: center;
		letter-spacing: 0.20em;
		font-weight: 700;
		margin-top: 20px;
		
	}

	#portfolio .title h2
	{
		font-size: 1.2em;
		color: #3e3e3e;
		text-align: center;
		letter-spacing: 0.20em;
		font-weight: 700;
		margin-top: 20px;
		
	}


		#portfolio .text h3
	{
		
		font-size: 1.2em;
		color: #3e3e3e;
		text-align: center;
		letter-spacing: 0.20em;
		font-weight: 700;
		margin-top: 20px;

	}

	
	
		#portfolio .untertitel-links
	{
		
		color: #363636;
		font-weight: 700;
		margin-top: 50px;
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 1em;
		float: left;
		margin-left: 25%;
		margin-bottom: 50px;
	}
	
	
	#portfolio .untertitel-rechts
	{
		
		color: #363636;
		font-weight: 700;
		margin-top: 50px;
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 1em;
		float: right;
		margin-right: 25%;
		margin-bottom: 50px;
	}
	



	

	#portfolio .byline
	{
		font-size: 1em;
		color: #EEA7C1;
	}
	
	#column1,
	#column2,
	#column3,
	#column4
	{
		width: 282px;
	}
	
	#column1,
	#column2
	{
		float: left;
		margin-right: 24px;
	}
	
	#column3
	{
		float: left;
	}
	
	#column4
	{
		float: right;
	}
	


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		
		
	background-color: #3e3e3e;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
   
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	letter-spacing: 0.20em;
	float:center;
	text-transform: uppercase;
	position: relative;
	left:37%;
	margin-top: 125px;
	margin-bottom: 50px;
	

	
	}







	
	.buttonverfugbarkeit:hover {
		
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	

	
	
	}
	
	
		

		.buttonbuchen
	{
		
		
	background-color: #3e3e3e;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
   
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	letter-spacing: 0.20em;
	float:center;
	text-transform: uppercase;
	position: relative;
	left:37%;
	margin-top: 25px;
	margin-bottom: 50px;
	

	
	}
		
		
		
		
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #1E1B1A;
	}

	#footer
	{
		color: #ADADAD;
	}
	
	#footer .title h2
	{
		font-weight: 400;
		font-size: 1.2em;
		color: #FFF;
		text-align: left;
	}

	#footer .title
	{
		border-color: #2D2926 !important;
	}
	
	#footer .style1 li
	{
		border-color: #2D2926 !important;
	}
	
	#footer .style1 a
	{
		letter-spacing: 0.10em;
		font-size:1em;
		color: #B1B1B1;
	}
	
	#box1
	{
		float: left;
		width: 354px;
		margin-right: 24px;
		padding-right: 30px;
	}
	

/*Form design*/

.form-control {
  display: block;
  width: 150px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 
  
}




#circlelinks{
	
	
		
		width: 250px;
    	height: 250px;
       	float: left;
     	margin-left: 25%;
		border-radius: 100%;
		background: transparent;
		border: 4px solid #3e3e3e;
		box-shadow: 15px 15px 15px grey;
		margin-bottom:30px;
}




#circlerechts{

		width: 250px;
    	height: 250px;
       	float: right;
     	margin-right: 25%;
		border-radius: 100%;
		background: transparent;
		border: 4px solid #3e3e3e;
		box-shadow: 15px 15px 15px grey;
		margin-bottom:30px;
}
















/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    height: 40px;
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}




select {
  /* irrelevante Eigenschaften gekürzt */
	width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical;
    height: 40px;
}



/* Add a background color and some padding around the form */
.containerkontakt {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
}




/* Login */


.login-box {
	background-color: white;
	max-width: 34%;
	min-width: 450px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #2b3c4e;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
	color: white;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #2b3c4e;
	transition: 0.5s;
	color: #665851;
}

.login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #2b3c4e;
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.error{
	color: #cf0c00;
}




