/* DEFAULT */

.logo {
 	float: left;
 	width: auto;
 	padding: 25px 0 25px 0;
 	transition: margin .5s ease-out; }
 	.logo .mod_article {
 	padding: 0;
 }
 
.logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.logo object {
	height: 80px;
	transition: height .5s ease-out, width .5s ease-out;
}

.logo .image_container {
	margin-bottom: 0;
}

.logo .image_container img {
	height: 80px;
	width: 300px;
	transition: height .5s ease-out, width .5s ease-out;
}

#mobile-header .logo img {
    max-height: 40px;
    width: 150px;
    margin: 0 auto;
}

#footer .copyright {
    text-align: center;
    padding-top: 25px;
    font-size: 13px;
}

p a, li a {
  border-bottom-style: solid;
  border-bottom-width: 0px; }

/*
.abstand_zu_banner {
	margin-top: 50px;
}
*/

.mod_newslist {
  position: relative;
  padding: 0px 0;
  }

.mod_article.last {
    margin-bottom: 70px !important;
}

.kontakt_linke_seite {
	float: left;
	padding-right: 30px;
	width: 30%;
}

.kontakt_rechte_seite {
	float: left;
	padding-left: 30px;
	width: 65%;
}

@media only screen and (max-width: 600px) {
.kontakt_linke_seite {
	float: left;
	padding-right: 0px;
	width: 100%;
}

.kontakt_rechte_seite {
	float: left;
	margin-top: 30px;
	padding-left: 0px;
	width: 100%;
}
}


@media only screen and (max-width: 1366px) {
.logo {
	padding: 25px 0 25px 0; 
}
}

@media only screen and (min-width: 1024px) {
  .sidebar-right #right, .sidebar-right #left, .sidebar-left #right, .sidebar-left #left {
    padding-top: 0px !important;
}
}

@media only screen and (min-width: 600px and max-width: 1024px) {
#left {
    margin-left: 0;
    right: auto;
    padding: 0 15px;
    /* margin: 0 -15px; */
    margin-bottom: 50px;
    width: 33%;
    float: left;
}
}

@media only screen and (max-width: 1024px) {
    .logo {
      display: none; } 

.image_container img {
    vertical-align: top;
    min-width: 100%;
    height: auto;
}

}

@media only screen and (min-width: 1700px) {
  .logo {
    margin-left: -132px; } }
    
    
.mod_article.last {
    margin-bottom: 0px !important;
}

#footer {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #ffffff;
}
}