@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);

.banner {
	background-image: url("../img/HafenCity.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: relative;
	background-attachment: fixed;
	padding-top: 485px;
}

body{
	font-family: 'Lato', sans-serif;
	max-width: 100%;
    overflow-x: hidden;
}


.intro-symbole {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 40px;	
	padding-top: 4.5%;
	opacity: 0.5;
}


.vert-align{
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top {
  opacity: 1;
}

.intro-bilder {
	width: 210px;
	height: 100%;
	max-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: relative;
	padding: 0;
	margin: 0;
}

.panel-title a {
	position: relative;
	display: block;
	width: 100%;
	z-index: 11;
	padding: 10px 15px;
	margin: -10px -15px;
}

.panel-title p {
	
}

.panel, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-color: #d1742a;
	
}

.panel:hover, .panel-group:hover .panel-heading+.panel-collapse>.panel-body.panel-heading-override:hover{
	border-color: #808080;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114"; /* adjust as needed, taken from bootstrap.css */
	float: right; /* adjust as needed */
	color: black; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

#panel-heading-override {
	background-color: black;
}

.content {
	width: 100%;
	align: center;
}

a:focus, a:hover {
	text-decoration: none;
}

a:active, a:hover {
	outline: 0;
}

a:hover {
	color: black;
	background: none;
	border-radius: 3px;
}

.container {
	width: 95%;
}

#container-inner {
	width: 90%;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #2e2e2e;
	font-size: 3.5vw;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Lato', sans-serif;
}

.panel-heading h4, .panel-heading p {
	display: inline;
	vertical-align: top;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 15px;
}

.panel-heading p {
	z-index: 10;
	float: right;
}

.anzeige_datum {
	font-size: 14px;
	font-style: oblique;
	padding-left:0px;
}

#inner_collapse {
	padding: 20px;
}

#social_media_share ul, #social_media_share li {
	list-style: none;
	display: inline;
}

.btn-twitter {
	background: #00ACEE;
	border-radius: 0;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #0075a2;
}

.btn-twitter:link, .btn-twitter:visited {
	color: #fff;
}

.btn-twitter:active, .btn-twitter:hover {
	background: #0075a2;
	color: #fff;
}

.panel-primary {
	border-color: #3c8cdd;
}

.material-switch>input[type="checkbox"] {
	display: none;
	float: left;
}

.material-switch>label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.material-switch>.label-success {
	background-color: #3c8cdd;
}

.material-switch>.label-success::after {
	background-color: #bed9f4;
}

.material-switch>label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position: absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
	background-color: #bed9f4;
}

.material-switch>label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
	background: inherit;
	opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
	background: inherit;
	left: 20px;
}

.input-sm {
	font-size: 14px;	
}

.showdatenschutz {
	color: #337ab7;
}
.showdatenschutz:hover {
	color: #be5e00;
	cursor: pointer;
	cursor: hand;
}

#datenschutztext h1{
	color: #e66800;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 5px;
    margin: 0;
}

#datenschutztext h1{
	color: #e66800;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 5px;
    margin: 0;
}

#datenschutztext body {
    height: auto;
    font-size: 13px;
    font-family: 'Oxygen', sans-serif;
    color: #3c3c3b;
    font-weight: 300;
    line-height: 1.5em;
    margin:0px;
    padding:0px;
}
/* Anzeige aus der DB*/
.anzeigeinhalt{
	font-family: Lato, sans-serif;
	font-size:18px;
}
.anzeigeinhalt a{
	color:#337ab7;
}
.anzeigeinhalt ul{
	margin-left:14px;	
}
.anzeigeinhalt span{
	font-size:20px;
	margin-left:14px;
	font-weight: bold;
}
.anzeigeinhalt h3{
	font-size:26px;
}

#scrollhint {
  font-family: Lato, sans-serif;
  z-index: 999;
  position: absolute;
  color: #2d2d2d;
  background: white;
  padding: 8px;
  border-radius: 12px;
  bottom: 30px;
  right: 50%;
  border: 2px solid #999999;
}

.pending {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  margin:0px;
  padding:0px;
  border-top: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fly {
  opacity: 0;
  transition: all 200ms ease-in-out;
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

.container fly block{
	padding-left: 30px;
}
#adresse-bottom{
	font-size: 24px;
}
#checkbox{
	
}

@media only screen and (max-width: 1020px) {
body{
	overflow-wrap: break-word;
}
.panel-title p {
	display:none;
}
.panel-title a {
	display: initial;
}
.panel-heading{
	font-size:12px;
	padding: 5px 10px;
}
h4{
	line-height: 0px;
	font-size:12px;
}
.banner{
	background-image: url("../img/HafenCity_mobile.png");
	padding-top: 200px; 
	width:100%;
	height:auto;
	background-size:contain;
	background-position:center top; ;
	padding-right:0px;
}
.panel-heading h4{
	font-size: 12px;
}
#bilder_intro{
	display:none;
}
#einleitungs_text{
	font-size: 18px;
	width:100%;
}
#einleitung_ueberschrift{
	font-size: 20px;
}
#einleitung{
	padding-left: 5px;
	padding-right: 5px;
}
#anzeigen_ueberschrift{
	font-size: 12px;
	max-width:100%;
	width:100%;
}
.panel-title{
	width:100%;
	font-size: 14px;
}
.container fly block show-block{
	padding-left: 15%;
}
.panel-title .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114"; /* adjust as needed, taken from bootstrap.css */
	color: black; /* adjust as needed */
	font-size: 12px;
}
#google_maps_plugin{
	padding-top: 10px;
}

.panel-title .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
#scrollhint{
	display: none;
}
#adresse-bottom{
	font-size:14px;
	text-align: center;
	padding-left:0px;
	padding-top:10px;
}
.anzeige_signatur{
	font-size: 12px;
}
.anzeigeinhalt{
	font-size: 12.5px;
}
#container-inner{
	padding:0px;
}
#inner_collapse{
	padding:0px;
}
.bewerben_ueberschrift{
	font-size: 14px;
}
#inner_collapse label,#inner_collapse select,#inner_collapse p, #inner_collapse span,#inner_collapse form,#inner_collapse button{
	font-size: 12px;
}
#inner_collapse select{
	width:100%;
}
#inner_collapse .col-md-3{
	padding:0px;
}
#inner_collapse .btn{
	padding:3px 6px;
}
#inner_collapse .form-group{
	margin-bottom:0px;
}
#inner_collapse input{
	font-size: 11px;
}
.material-switch > label{
	transform: scale(0.7);
}
.panel-heading-inner{
	padding-top: 5px;
	padding-bottom: 5px;
}
.anzeige_datum{
	font-size: 10px;
}
}
