a:link,a:visited,a:active {
	text-decoration: none;
	color: #666666;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	}

a:hover {
	text-decoration: underline;
	color: #666666;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	}


html, body {
	height: 100%;
	}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	color: #555;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	}

#mainblock {
	position: relative;
	max-width: 950px;
	margin: auto;
	text-align: left;
	}

#header {
	position: relative;
	top: 0px;
	}

.blue {
	font-size: 1px;
	background-color: #2684DB;
	height: 4px;
	}

.red {
	font-size: 1px;
	background-color: #B53325;
	height: 4px;
	width: 155px;
	}

.#main-and-sidebar {
	width: 948px;
	}

#main-menu {
	padding: 0;
	margin:0;
	list-style: none;
	}
	
#main-menu li {
	text-align: right;
	display: block;
	padding: 4px 4px 0 0;
	margin:0;
	}

#main-menu li a:link,a:visited,a:active {
	color: #2684DB;
	text-decoration: none;
	}
	
#main-menu li :hover {
	color: #2684DB;
	text-decoration: underline;
	}
	
#sidebar-left {
	text-align: right;
	vertical-align: top;
	padding: 28px 0 0 0;
	width: 155px;
	float: left;
	}

tbody {
	border: 0;
	}

#main {
	width: 758px;
	float: left;
	vertical-align: top;
	padding: 20px 15px 0 20px;
	margin: 0px;
	background-color: #F9F9F9;
	border-left: solid 1px #B53325;
	min-height: 400px;height: auto;
	}

#mainc {
	width: 440px;
	float: left;
	vertical-align: top;
	padding: 20px 10px 0 20px;
	margin-right: 10px;
	background-color: #EEEEEE;
	border-left: solid 1px #B53325;	min-height: 440px; height: auto;
	}

.left {
	padding: 0 0 0 13px;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	width: 300px;
	height: 268px;
	float: left;
	}

#sidebar-right {
	margin: 0 0 0 10px;
	padding: 18px 0 0 3px;
	width: 240px;
	float: left;
	}

h1 { font-size: 1.3em;}
h2 { font-size: 1.3em;}
h3 { font-size: 19px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; margin:0; }
h6 { font-size: 12px; }

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-weight: normal;
	font-family: 'Helvetica', sans-serif;
	color: #2684DB;
	padding-bottom: 15px;
	}
	
/*
Galerie Bilder
*/

.field-name-field-galeriebild > .field-items > .field-item {
	float: left;
	padding: 3px;
	margin: 5px 0 0 5px;
	text-align: center;
	}

.field-name-body {
	clear: both;
	
}
.views-view-grid .col-1,
.views-view-grid .col-2,
.views-view-grid .col-3 {
	width: 25%;
	padding: 7px 0 7px 0;
}
	
/* Forms*/
.webform-component-textarea label { width: 163px;}

#edit-submitted-ihr-name {
	width: 320px;
	height: 25px;
	border: 1px solid #DDD;
	color: #666666;
	font-family: 'Helvetica', sans-serif;
	}
	
#edit-submitted-ihre-email-adresse {
	width: 320px;
	height: 25px;
	border: 1px solid #DDD;
	color: #666666;
	font-family: 'Helvetica', sans-serif;
	}
	
#edit-submitted-ihre-telefonnummer {
	width: 320px;
	height: 25px;
	border: 1px solid #DDD;
	color: #666666;
	font-family: 'Helvetica', sans-serif;
	}

.form-item textarea {
	width: 322px;
	height: 180px;
	border: 1px solid #DDD;
	color: #666666;
	font-family: 'Helvetica', sans-serif;
	}

#edit-submit {
	margin: 0 0 0 4px;
	width: 120px;
	padding: 4px;
	font-family: 'Helvetica', sans-serif;
	background-color:#FFF;
	color: #999;
	font-size: 1.1em;
	border: 1px solid #DDD;
	}

#footer	{
	text-align: right;
	padding:0 5px 0 0;
	margin:0;
	width: 949px;
	font-size: 8pt;
	}

.container{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0.9;
  background: #222;
  z-index: 40000;
  top:0;
  left: 0;
  overflow: hidden;

  animation-name: fadeIn_Container;
  animation-duration: 1s;
  
}

.modal{
  display:none;
  top: 0;
  min-width: 250px;
  width: 80%;
  height: 400px;
  margin: 0 auto;
  position: absolute;
  z-index: 40001;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #000;
  margin-top: 30px;
  margin-left: 10%;
  padding: 10px;
  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
 
}

.modal .header{
  width: 100%;
  height: 70px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 2px solid #ccc;
}

.modal .header h2 {
  margin-top: 1rem;
}

.modal .header a{
  text-decoration: none;
  float: right;
  line-height: 70px;
  margin-right: 20px;
  color: #aaa;
}

.modal .content{
  padding-top: 10px;
  width: 100%;
  height: 250px;
}

.modal .footer{
  width: 100%;
  height: 80px;
  border-radius: 0px 0px 10px 10px;
  border-top: 2px solid #ccc;
}

.modal .footer button{
  float: right;
  margin-right: 10px;
  margin-top: 18px;
  text-decoration: none; 
}

/****MEDIA QUERIES****/

@media screen and (min-width: 600px){

  .modal{
    width: 500px;
    height: 300px;
  padding: 10px;
    margin-left: calc(50vw - 250px);
    margin-top: calc(50vh - 150px);
  }

.modal .header{
    width: 100%;
    height: 40px;
  }

.modal .header h2 {
  margin-top: 1rem;
}

.modal .header a{
    line-height: 40px;
    margin-right: 10px;
  }

.modal .content{  padding-top: 10px;
    width: 100%;
    height: 190px;
  }

.modal .footer{
    width: 100%;
    height: 70px;   
  }

.modal .footer button{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
  }

}

/*LARGE SCREEN*/
@media screen and (min-width: 1300px){

}

/****ANIMATIONS****/

@keyframes fadeIn_Modal {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes fadeIn_Container {
  from{
    opacity: 0;
  }
  to{
    opacity: 0.9;
  }
}
