/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/

/*  w w w . a l p h a b e t a - w e b d e s i g n . c h   */


*{
	margin: 0px;
	padding: 0px;
}

html, body{
	box-sizing: border-box;
	font-display: auto;

	height: 100%;
}


/* ************************** TYPO ****************************
*****************************************************************/
.fab.fa-instagram-square, .fab.fa-facebook-square {
    font-size: 36px;
    color: white;
}
.fab.fa-instagram-square:hover, .fab.fa-facebook-square:hover {
    font-size: 36px;
    color: #aadcf8;
}
body {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 18px;
    color: #686868;
    line-height: 150%;
	height: 100%;
	background: #f7f7ff;

}
img {
    max-width: 100%;
    height: auto;
}
p {

    margin: 10px 0 20px 0;
    margin-top: 10px;
    line-height: 150%;
    font-size: 18px;
    font-weight: 400;

}


ul {
    padding: 9px 35px;
    font-weight: 400;
}

li {
    padding: 3px 0 7px 33px;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #178fcf;
    transition: 0.5s ease all;
}

a:hover {

    color: #b4c6d1;

}
a:active {
    color: #77A1BB;
}

strong {
    font-weight: 900;
}

 .popup-btn {
    padding: 10px 20px;
    right: 0;
    bottom: 0;
    position: relative;
    transition: 1.5s ease box-shadow;
    color: #123060 !important;
    font-weight: 400 !important;
    width: 100%;
    text-align: left;
    margin: 5px 0 10px 0;
    display: block;
	box-sizing: border-box;
}


.popup-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.popup-btn span:after {
  content: 'pdf';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -0px;
  transition: 0.5s;
	font-size: 20px;
}

.popup-btn:hover span {
  padding-right: 25px;
}

.popup-btn:hover span:after {
  opacity: 1;
  right: 0;
	
}

#artikeltext p {
    margin-top: 0px;
    font-size: 22px;
    text-align: left;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 150%;
    color: #686868;
}

.item-page h1, .page-header h1, header h2 {
    font-weight: 900;
    font-size: 36px;
padding: 105px 39px 0 40px;    color: #106b9c;
    background: white;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    line-height: 150%;
    color: #178fcf;
    padding: 0 40px;

    font-weight: 900;
}
h2 a {
    font-weight: 900 !important;
    color: #fff3ea;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    margin: 0;
    color: #178fcf;
    font-weight: 900;
    line-height: 150%;
    text-align: left;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 34px 0;
    line-height: 150%;
}
#sidebar h3 {
	font-family: 'Open Sans', Arial, sans-serif;
    font-size: 40px;
    text-align: left;
    font-weight: 400;
    line-height: 150px;
    color: #383838;
	margin: 0;
}

#breadcrumb a{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff3ea;
	text-decoration: none;
	line-height: 43px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}

#artikeltext {
    line-height: 18px;
    padding: 0;
}

.breadcrumb li span img {
    display: none;
}

.hallo a {
    display: block;
    background: #492e1b;
    padding: 5px 20px;
	transition: 0.5s ease all;
}

.hallo a:hover {
    display: block;
    background: #80614c;
    padding: 5px 20px;
}

.ba-form {
    box-sizing: border-box;
    padding: 0!important;
}
/* ************************** BREADCRUMPS ****************************
*****************************************************************/
.breadcrumb {

    padding: 0;
    margin: 0;
    list-style: none;
    background-color: rgb("255, 255, 255, 0");
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 0 0 34px;

}

.breadcrumb > li {

    text-shadow: none;

}

.breadcrumb > .active {
    color: #a78a77;
}

.brotbroesmeli {

    display: block;
    box-sizing: border-box;
    padding: 6px 0px;
    background: #492e1b;
    z-index: 5;
    height: 46px;
    position: absolute;
    width: 100%;

}
.brotbroesmeli li a {

    color: #fff3ea;
    font-weight: 400;
    text-shadow: none;

}

.brotbroesmeli li {
    color: #fff3ea;
    display: block;
    float: left;
    background: #785a45;
    padding: 5px 28px 5px 47px;
    border-radius: 0px 20px 20px 0;
    font-weight: 400;
    margin: 0 0 0 -27px;
    transition: 0.5s ease all;
    z-index: 80;
    position: relative;
}

.brotbroesmeli li :hover {
    background: none;
}

.breadcrumb li {

    list-style-type: none;

}

.brotbroesmeli li:nth-child(1) {

    display: none;

}

.brotbroesmeli li:nth-child(3),.brotbroesmeli li:nth-child(5) {

    background: #80614C;

}

.brotbroesmeli li:nth-child(2) {
    z-index: 90;
	padding: 5px 28px;
}
.brotbroesmeli li:nth-child(3) {
    z-index: 88;
}
.brotbroesmeli li:nth-child(4) {
    z-index: 86;
}
.brotbroesmeli li:nth-child(5) {
    z-index: 84;
}


.beitrag {
    box-sizing: border-box;
    width: 80%;
    margin: auto;
}
.rechts {
    box-sizing: border-box;
	float: right;
	padding: 121px 0 0 72px;
}
/* ************************** NEWS ****************************
*****************************************************************/
#newsbereiche {
    width: 100%;
    display: block;
    margin-top: 40px;
    background: #f7f7ff;
}
.news1 {
    width: 80%;
    box-sizing: border-box;
    padding: 0 0 50px 0;
    margin: auto;
}

.news1 .moduletable {

    background: #f7f7ff;
    padding: 40px;
    text-align: center;

}

.newsbeitrag h2 a {

    color: #178fcf;
    margin: 0;
    padding: 0;
    position: relative;
    width: 200px;

}
.newsbeitrag h2 a:hover {

    color: #2581B1;
    margin: 0;
    padding: 0;
    position: relative;
    width: 200px;

}
h2.newsflash-title {

    left: 0;
    padding: 0;

}
.datum {

    text-align: left;

}
.newsbeitrag {

    position: relative;
    background: #f7f7ff;
    margin: 0;
    width: 50%;
    float: left;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0 !important;
    max-height: 450px;
    opacity: 0;
    margin: 0;
    border-bottom: 2px solid #178fcf;
    padding: 20px 0 50px 0 !important;

}
.news1 .newsbeitrag {
    overflow: hidden;
    height: 350px;
}
#inhalt-news {

    width: 55%;
    display: block;
    position: relative;
    height: 170px;
    margin-left: 25%;
    box-sizing: border-box;

}


.einleitungsbild {
    height: 174px;
    margin: 0;
    box-sizing: border-box;
    width: 50%;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    float: left;
    margin: 65px 0 0 0;
}
.imageintro {
    display: block;
    margin: 0;
    transition: 0.5s ease all;
}

.news1 .newsflash .introtext {
    width: 50%;
    position: absolute;
    right: 0;
    top: 93px;
    text-align: left;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.newsflash p::before {

    content: '';
    width: 100%;
    height: 67px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent 43%, #f7f7ff 68%);
    border-radius: 13px;
    right: 0;

}

.readmore, .btn {
    padding: 10px;
    color: #178fcf !important;
    font-weight: 400 !important;
    font-size: 20px;
    display: block;
    background: #fff;
    border: 2px solid #178fcf;
    width: 265px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 5px;
    box-sizing: border-box;
    margin: 0;
}
.readmore:hover, .btn:hover {

    background: #178fcf !important;
    color: #fff !important;
	 border: 2px solid #178fcf;

}

#artikeltext {
    line-height: 18px;
    padding: 0;
    padding: 50px;
}

.readmore span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.readmore span::after {
  content: "\f061";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.readmore:hover span {
  padding-right: 25px;
}

.readmore:hover span::after {
  opacity: 1;
  right: 0;
}


.pull-left a img {

    transition: 0.5s ease all;
    opacity: 1;

}

.pull-left a img:hover {
    opacity: 0.6;
	transform: scale(1.2)
}
/* MIR PROBIERE éBBIS */




.einleitungsbild:hover .newsbeitrag h4 a {
    color: #fff !important;
    font-size: 25px;
    background: #aa8543;
}

.imageintro:hover {
    opacity: 0.8;
    transform: scale(1.2);
}

/* BIS HIE */

#prefooter .readmore {

    position: relative;
    text-align: center;
    display: block;
    margin: 50px auto;
    height: 50px;
    line-height: 50px;
	width: 200px
}

#prefooter .newsflash img {
    background: #f7f7ff;
    padding: 20px;
    border-radius: 5px;
}


.newsflash h4 a {

    color: white;
    font-weight: 400;

}
.items-row.cols-1.row-1.row-fluid.clearfix, .items-row.cols-1.row-3.row-fluid.clearfix {
    background: #f7f7ff;
}


.newsbeitrag a:hover, .newsbeitrag a:active {
	color:#fff;
	font-weight: 400;
}

.newsflash-title, .item h2 a {
    overflow: hidden;
    height: 58px;
    z-index: 2;
    margin: 0;
    display: block;
    background: none;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 28px;
    position: absolute;
    left: 20px;
    top: 19px;
    color: #178fcf !important;
    text-shadow: 2px 0px 6px white;
    background: #f7f7ff;
    line-height: 58px;
    box-shadow: 1px 1px 25px -17px black;

}
.item.column-1 {
    transition: 0.5s ease all;
}
.item.column-1:hover {
    box-shadow: 1px 1px 25px -17px black;
}
.img-fulltext-left {

    width: 100%;
    overflow: hidden;
    height: 338px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
    margin: 46px 0;

}
/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper {

    position: relative;
    margin: auto;

    box-sizing: border-box;
	background: #fff;
	max-width: 1300px;
	box-shadow: 0px -26px 45px -37px black;
	}

#logo img {

    margin: auto;
    display: block;
    width: auto;
    transition: 0.5s ease all;
    box-sizing: border-box;
    z-index: 800;
    position: relative;
    padding: 10px;

}
#logo p {
    margin: 0;
}

#logo {
    display: block;
    z-index: 50;
    max-width: 1300px;
    box-sizing: border-box;
    background: #e9e9f0;
    margin: auto;
}

#logo a {
    display: block;

    width:  253px;
}

.inhalt {
}

#main-header {
    width: 100%;
    margin: 0;
    height: 650px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
	transition: 0.5s ease all;
}
#layerslider_1 {
    z-index: 0;
}

#slider {
    height: 600px;
    z-index: 0;
    position: relative;
    overflow: hidden;
    width: 100%;

	box-sizing: border-box;
}
#section-wrapper{
	width: 100%;
}

#content {
    box-sizing: border-box;
    margin: 0 0 0 0;
    z-index: 1;
    position: relative;
}

#right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding: 114px 0;
}

.inhalt {
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    max-width: 1300px;
    margin: 0;
}
#sidebar {
    width: 17%;
    float: left;
    box-sizing: border-box;
    z-index: 1;
    position: fixed;
    color: #383838;
    height: 100%;
    display: block;
    background: #492e1b;
}

footer {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
}


.footerlogo img {
    width: 400px;
    display: block;
    margin: auto;
}

.footerlogo p {
    line-height: 0;
    margin: 0;
}

.clear {
    clear: both;
    margin: 0;
	padding: 0!important;
}
	
#prefooter {
  padding: 50px;
  box-sizing: border-box;
  background: #0075c9;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
  width: 100%;
  transition: 0.5s ease all;
  position: relative;
  bottom: 0;
  opacity: 0;
  color: white;
  background-image: url(/images/icon2.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.adresse {

    width: 50%;
    display: block;
    float: left;
    
    box-sizing: border-box;
	color: #fff;

}
.support{
	width: 50%;
	display: block;
	float:right;
	color: #fff;
	border-left: 2px solid #178fcf;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}


#prefooter .newsflash p {
    width: 100%;
    height: auto;
    color: #fff;
    margin: 0;
    line-height: 154%;
}

#prefooter .newsflash p::before {

    display: none;

}
#referenzen {
    max-width: 1300px;
    margin: auto;
}
#prefooter h3 {
    font-size: 22px;
    font-weight: 400;
    color: #aadcf8;
    padding: 0;
    margin: 25px 0;
}
#prefoot2 {
    box-sizing: border-box;
}

#prefooter .newsbeitrag {
    background: none;
    margin: 0;
    color: #383838;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0 !important;
}

#prefooter a {

    color: #74c2ed;
    font-weight: 400;
	transition: 0.5s ease all;
}

#prefooter a:hover {

    color: #A3D5F0;
    font-weight: 400;

}

#prefooter .newsflash .datum {

    display: none;

}


#footer1 {

    color: #123060;
    padding: 20px 20px;
    width: 40%;
    float: left;
    box-sizing: border-box;
	text-align: center;

}
#footer2 {
    color: #fff3ea;
    padding: 0px 120px;
    width: 20%;
    float: left;
    box-sizing: border-box;
    margin: 0;
    background: none;
    height: 97px;
}

#footer3 {

    color: #fff;
    width: 40%;
    float: right;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: right;
    background: none;
	text-align: center;

}

footer a:link, footer a:visited  {
    color: #175f86 ;
    font-weight: 400 ;
}

footer a:hover, footer a:active  {
    color: #3C8DB9 ;
    font-weight: 400 ;
}

#parallax {

    background: #fff3ea;
position: relative;
}

.facebook {

    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999999;
    width: 40px;
    height: 40px;
    background: #fff3ea;
    margin: 27px 20px 30px 20px;
    border-radius: 5px;

}

.facebook img {

    height: 80%;
    padding: 10px;

}
.items-row {

    background: #fff;
    padding: 20px;
    position: relative;

}
.items-row.cols-1.row-0.row-fluid.clearfix {

    background: white;

}


.items-row p {

    margin: 0;
    padding: 25px;
    font-size: 22px;
    text-align: left;

}


.item.column-1, .item.column-2, .item.column-3, .item.column-4 {
    width: auto;
    display: block;

    box-sizing: border-box;
    margin: 0;
}
#video {
    margin: 224px 0 0 0;
    position: relative;
    display: block;
}

/* ************************** NAVIGATION ************************
*****************************************************************/

#header {

    width: 100%;
    box-sizing: border-box;
    top: 0;
    z-index: 10;
    height: 115px;
    position: fixed;
    transition: 0.5s ease all;

    background: none;
    left: 0;

}
#main-navigation {
    width: 100%;
    background: none;
    z-index: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;

	margin: auto;
}

#header ul {

    padding: 0;

}

.down{
	transform: 0.5s ease all;
}

#main-navigation .menu {

    list-style-type: none;
    width: 100%;
    box-sizing: border-box;
    max-width: 1300px;
	
    margin: auto;
    text-align: right;


}

#main-navigation .menu li a {
    width: auto;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align: left;
    padding: 28px 10px;
    text-decoration: none;
    transition: 0.5s ease all;
    box-sizing: border-box;
    font-weight: 900;
    color: #323232;
    line-height: 45px;
    margin: 0;
    float: left;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.moduletable_menu {
    margin: auto;
}

#main-navigation .menu li a:hover{
	 background: #0075c9;
}



#main-navigation .menu .active a {

    color: #fff;
    transition: 0.5s ease all;
    background: #0075c9;

}
#main-navigation .menu .active a:hover {

	background: #3CB0E5;
}

#main-navigation .menu .noactive a {

    background: rgb(255, 255, 255, 0);
 
}

#main-navigation p {
    margin: 0;
}
#main-navigation .menu .noactive a {

    background: #cb777700;
    box-shadow: inset 0px 0 0px 0px #aa8543!important;
    color: rgb(68, 68, 68);
}

#main-navigation .menu .noactive a:hover {
	color: #178fcf;
}


.menu li {
    background: none;
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0;
}
ul .child-class {

    background: black;
    position: relative;

}

.nav-child.unstyled.small {
    display: none;
    background: none;
    position: absolute;
    top: 0;
    text-decoration: none;
    border: none;
}
li .child-class {
	display: block;
    background: #3b2b21;
    list-style: none;
}
#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {

    border: none;
    padding: 7px 63px 6px 31px !important;
    text-align: left;
    color: #686867 !important;
    background: red;
    width: 100%;
    z-index: 800;
    position: relative;

}

#main-navigation .menu #myDropdown a:hover, #main-navigation .menu .active #myDropdown a:hover {
    background: #178fcf;
	color: white!important;
}
#myDropdown {
    width: auto;
    position: absolute;
    top: 100px;
    left: 0px;
    margin: 0 0px;
    background: #f8f8f8;
    width: 380px;
}
#main-navigation .menu .active #myDropdown a {
    background: #3b2b21;
}

#main-navigation .menu .active #myDropdown .active a {
    background: #228fcf;
    color: white !important;
}
.menu-btn {
    height: 70px;
    width: 33.33%;
    float: right;
    background: #363636;
    cursor: pointer;
    display: none;
    position: relative;
    padding: 9px 13px 0px 13px;
    border-radius: 0 0 0 10px;
    box-sizing: border-box;
}

#resp-nav {
    background: #fff;
    height: 70px;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 99999999;
    top: 0;
    box-shadow: -19px -15px 36px -32px black;
}
.resp-home a {

    background: #fff;
    width: 33.3333333%;
    height: 70px;
    line-height: 27px;
    padding: 13px 20px 2px 20px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    position: relative;

    color: #178fcf;

}
.resp-home a i {

    font-size: 30px;

}
.resp-home img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    padding: 11px 5%;
    box-sizing: border-box;
    background: #fff;
    display: block;
    border-radius: 0 0 9px 9px;
    border-left: 1px solid #178fcf;
    border-bottom: 1px solid #178fcf;
    border-right: 1px solid #178fcf;
}
.resp-logo {
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
    box-shadow: -158px 6px 29px -28px black;
	display: none;
	
}
.resp-logo a img {
    background: white;
    width: 173px;
    padding: 8px 20px;
    text-align: center;
    margin: 0 auto;
    height: auto;
}
.striche {

    display: block;
    background: none;
    width: 50px;
    box-sizing: border-box;
    margin: auto;
    position: relative;

}

.strich1, .strich2, .strich3 {
    background: #178fcf;
    width: auto;
    height: 5px;
    display: block;
    margin: 5.5px 5px;
    border-radius: 2px;
    transition: 0.5s ease all;
}
.change .strich1 {

    -webkit-transform: rotate(-45deg) translate(-11px, 7px);
    transform: rotate(-45deg) translate(-11px, 7px);
    width: 45px;
    position: absolute;
    left: 0px;

top: -11px;

}
.change .strich2 {opacity: 0;}

.change .strich3 {

    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    width: 45px;
		position: absolute;
	left: -2px;
bottom: -24px;
}

.deeper::after {

 
   display: none;
}


.deeper.arrow::after{
	 
    transform: rotate(180deg);
    transition: 0.5s ease all;

}

#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {

    background: #f8f8f8;
    margin: 0 !important;

}

.resp-nav-title, .resp-nav-home {

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 35px;
	color: #178fcf;
}

#top-navigation {

    display: block;
    width: 80%;
    float: right;
    box-sizing: border-box;
    background: no-repeat;
    padding: 0 50px 0 0;

}
#top-navigation ul {

    margin: 0;
    clear: both;
    padding: 0;
 
}
#top-navigation .menu{
	text-align: right;
}
#top-navigation .menu li{
	display: inline-block;
}
#top-navigation a {

    background: #fff;
    padding: 34px 18px 5px 18px;
    display: inline-block;
    float: left;
    margin: 0 0 0 1px;
    color: #383838;
    font-weight: 400;
    transition: 0.5s ease all;

}

#top-navigation a:hover{

    background: #aa8543;
	color: white;
}
/* ************************** SOCIAL ************************
*****************************************************************/
#social {
    width: auto;
    box-sizing: border-box;
    float: right;
    height: auto;
    background-image: none;
    color: #aa8543;
    padding: 45px;
    font-size: 27px;
    transition: 0.3s ease all;
    text-align: right;
    margin: 0 40px 0 0;
}

#social a i {
    background: #f8f8f8;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #aa8543;
    transition: 0.3s ease all;
}

#social a i:hover {
    background: #aa8543;
	color: #f8f8f8;
}
/* ************************** KONTAKT ************************
*****************************************************************/
#Kontakt {

    background: #80614c;
    color: #fff3ea;
    width: 100%;
    box-sizing: border-box;

}
#Kontakt h3 {

    color: #fff3ea;
    margin: 0;
    padding: 20px;

}

#Kontakt p{
	padding: 0 20px;
}

#adresse-left {


    width: 40%;
    box-sizing: border-box;
    background: #80614c;
    float: left;
    padding: 20px 30px 0 30px;

}

#maps-right {
    box-sizing: border-box;
    width: 100%;
    float: right;
    padding-right: 25%;
    box-sizing: border-box;
}
/* ************************** CONTENT ************************
*****************************************************************/

.item {
    box-sizing: border-box;
   
}

.item-image img {

    width: 100%;
    height: auto;

}

.leading-0.clearfix {

    box-sizing: border-box;
    border: none;
    padding: 15px;
    color: #555;

}
.cols-2 .column-2 p {
    position: absolute;
}

.leading-0, .leading-0.clearfix {
    padding: 50px 0 50px 0;
    display: block;
    background: white;
}
.item-image {

    width: 36%;
    height: 236px;
    overflow: hidden;
    float: left;
    clear: left;
    box-sizing: border-box;
    padding: 0 0 0 0;
	margin: 0 20px 0 0;

}
.cols-2 .column-1 {

    width: 100%;
    padding: 50px 45px;
    background: #f7f7ff;
    text-align: left;

}
.cols-2 .column-1 {

    width: 100%;
    text-align: left;
    padding: 50px 20px 30px 20px;
    font-size: 18px;
    float: left;

}

.cols-2 .column-1 p {

    font-size: 18px;
    padding: 7px;

}
[class*="span"] {

    float: none !important;

}
.cols-2 .column-2 {
    width: 100%;
    background: #178fcf;
    padding: 10px;
    box-sizing: border-box;
    float: right;
    margin: 0 0 40px 0;
}
.co ls-2 .column-2 p {

    padding: 20px 0 0px 1px;

}
.ba-gallery .ba-goback h2 {
    color: white;
}
.items-row.cols-2.row-0.row-fluid.clearfix {
    border: none;
    background: white;
    padding: 0;
}
.cols-3 .column-1
{
  width: 33%;
}

.cols-3 .column-2
{
  width: 33%;
}


.cols-3 .column-3
{
  width: 34%;
}

.column-1.span4, .column-2.span4, .column-3.span4, .column-4.span4 {

    width: 32.33%;
    box-sizing: border-box;
    border: none;
    margin: 20px 0.5%;
    border-radius: 0;
    background: #80614c;
    color: #fff3ea;
	padding: 20px;

}
.row-0 {

    background: red;

}
.item h3 {

    color: #fff3ea;
    margin: 10px 0;

}
.pagenav {
    display: inline-block;
    margin: 20px 5px;
    float: left;
    clear: right;
    padding: 0 20px;
	list-style-type: none;
}

.pagination ul {
    list-style-type: none;
}

.blog {

    background: #f7f7ff;

}

#nachunten {

    display: block;
    width: 150px;
    position: absolute;
    right: -150px;
    height: 200px;
    top: 0;
    text-align: center;
    line-height: 20;

}

/*#totop a{
    display: block;
    cursor: pointer;
    padding: 20px;
    z-index: 599;
    text-align: center;
    position: absolute;
    background: #0d4295;
	color: #fff3ea;
	width: 60px;
}*/

#footer2 a {
    color: #3d3d3d;
    display: block;
    text-align: center;
    transition: 0.5s ease all;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 27px;
    margin: auto;
    background: f7f7ff;
    border-radius: 0;
}
#footer2 a:hover {
    color: #3d3d3d;
    background: #f8f8f8;
    line-height: 65px;
    box-shadow: 2px 2px 26px -14px black;
}
#footer2 a:active{
    background: #3d3d3d;
	color: #f8f8f8;
	border-radius: 50%;
}

#totop img {
    height: auto;
    width: 15px;
}

footer #totop a{
	color: #fff3ea;
}

video {
    max-width: 100%;
    height: auto;
}
.art-post ul li {

    font-weight: 400;
    padding: 3px 0 9px 0;
    line-height: 130%;

}

#preloader {
	display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;

    opacity: 1;
    transition: 2.5s ease all;
    left: 0;
    top: 0;

}
#loader {
    z-index: 1;
    margin: 20% auto;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border-radius: 50%;
}


.neuer_beitrag {
    display: block;
    width: 357px;
    margin: auto;
    background: #17cf95;
    color: white !important;
    padding: 10px 20px;
    transition: 0.5s ease all;
}

.neuer_beitrag:hover {
    background: #5DD5AF;
}

#all{
	opacity: 0;
	transition: 2.5s ease all;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}




/* //////////////////////////////// FRONTEND EDITING ////////////////////////////////// */

.dropdown-toggle {
    display: none;
}

#login-form {

    width: 50%;
    padding: 50px;
    border-radius: 15px;
    border: 2px solid #178fcf;
    background: #e9e9f0;
    margin: auto;

}
#modlgn-username, #modlgn-passwd {
    width: 250px;
    font-size: 22px;
    line-height: 150%;
    padding: 6px 20px;
    border-radius: 30px;
    border: 2px solid #178fcf;
	margin: 5px 0;
	text-align: center;
}

.controls .btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}

#login-form .add-on {
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
}

#login-form li {

    list-style: none;
    padding: 5px 0;

}


.edit-icon {
    list-style: none;
    padding: 0;
}

.edit-icon a {
    display: block;
    padding: 10px 20px;
    background: #17cf95;
    width: 200px;
    margin: auto;
    color: white;
}

.edit-icon a:hover {
    background: #56E9BB;
}


#jform_metadesc {
    width: 60%;
    border-radius: 26px 26px 0 26px;
    border: 2px solid #e6e6e6;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #178fcf;
    font-family: 'Open Sans';
}

#jform_metakey {

    width: 60%;
    border-radius: 26px 26px 0 26px;
    border: 2px solid #e6e6e6;
	padding: 10px 20px;

box-sizing: border-box;

}

#publishing {

    display: block;

}

#editor-xtd-buttons {

    display: none;

}
#com-content-formTabs {

    display: none;

}
#language {

    display: none;

}

#jform_catid-lbl, #jform_catid_chzn {
    display: none;
}
.control-group {
    padding: 0;
}
.hasPopover {
    font-size: 23px;
    line-height: 184%;
}
#adminForm fieldset {

    border: 2px solid #178fcf;
    background: #e9e9f0;
    padding: 5px 5px 25px 5px;
    width: 80%;
    margin: 50px auto 15px auto;
    border-radius: 16px;

}

#adminForm .btn-toolbar {

    background: #e9e9f0;
    padding: 37px;
    margin: 0 auto 50px auto;
    width: 60%;
    border-radius: 16px;
    border: 2px solid #178fcf;

}
#adminForm .btn-toolbar .btn {

    position: relative;
    right: auto;
    bottom: auto;
    margin: 5px auto;
    cursor: pointer;

}

#jform_title, #jform_images_image_intro, #jform_alias {

    padding: 10px 20px;
    font-size: 25px;
    margin: 4px 0 18px 0;
    border: 2px solid #178fcf;
    border-radius: 30px;

}

#jform_images_image_intro, #jform_alias{
	font-size: 20px;
	color: #676767;
	
}

#jform_images_image_intro{

    border: 2px solid #a0c7dd;
    background: #e9e9f0;
}
#jform_title:focus {
    border: 2px solid #106b9c;
    background: #f2f2f2;
}
#jform_images_image_intro_alt-lbl {

    display: none;

}
.btn-group .btn {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 5px auto;
}
.hasTipPreview {

    height: 60px;
    width: 60px;
    background: #e9e9f0;
    font-size: 27px;
    display: block; 
    margin: auto;
    position: relative;
    z-index: 900;
    line-height: 60px;

}
.chzn-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 250px !important;
}

.chzn-container-single .chzn-single {

    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 0;
    height: 45px;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    width: 250px;
    position: relative;
    margin: auto;
    font-size: 20px;
    background: white;
    border: 2px solid #178fcf;
    border-radius: 24px;

}
.chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('chosen-sprite.png') no-repeat 12px 10px;

    background-color: rgba(0, 0, 0, 0);
    background-color: #d1e5f0;
    border-radius: 23px;
    border: 2px solid #a0c7dd;
    background-size: 176%;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {

    background-position: -11px 7px;

}
.chzn-container-single .chzn-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 38px;
    height: 100%;
    border-radius: 15px;
}
.hasTooltip {

    font-size: 36px;
    color: #b95454 !important;

}

.active-result.result-selected {

    background: #178fcf;
    color: white;

}
.chzn-container-single .chzn-drop {

    margin-top: -1px;
    border-radius: 0 0 24px 24px;
    background-clip: padding-box;
    font-size: 18px;
    line-height: 150%;

}

.chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 2px solid #178fcf;
        border-top-color: rgb(23, 143, 207);
        border-top-style: solid;
        border-top-width: 2px;
    border-top: 0;
    background: #fff;
        background-clip: border-box;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);

}

.chzn-container-active.chzn-with-drop .chzn-single{
	background: white;
	border: 2px solid #178fcf;
}

#jform_urls_urlb-lbl, #jform_urls_urlb, #jform_urls_urlbtext-lbl, #jform_urls_urlbtext, #jform_urls_urlc-lbl, #jform_urls_urlc, #jform_urls_urlctext-lbl, #jform_urls_urlctext, #jform_tags-lbl, #jform_tags_chzn, #jform_note-lbl, #jform_note, #jform_created_by_alias-lbl, #jform_created_by_alias, #jform_featured-lbl, #jform_featured_chzn, #jform_publish_up-lbl, #jform_publish_up, #jform_publish_up_btn, #jform_publish_down-lbl, #jform_publish_down, #jform_publish_down_btn, #jform_access-lbl, #jform_access_chzn, #jform_metakey, #jform_metakey-lbl, #jform_images_image_intro_alt, #jform_images_image_intro_caption-lbl, #jform_images_image_intro_caption, #jform_images_float_intro-lbl, #jform_images_image_fulltext_alt-lbl, #jform_images_image_fulltext_alt, #jform_images_image_fulltext_caption-lbl, #jform_images_float_fulltext_chzn, #jform_urls_urlatext, #jform_urls_urlatext, #jform_urls_urla, #jform_urls_urla-lbl, #jform_urls_urlatext-lbl, #jform_images_float_fulltext-lbl, #jform_images_image_fulltext_caption, #jform_images_float_intro_chzn, #jform_images_image_fulltext-lbl, #jform_version_note-lbl, #jform_version_note, .ausblenden {
	display: none;
}

.btn.modal_23 {
    display: none;
}

.wf-editor-header .wf-editor-tabs {
    display: none;
    justify-content: flex-end;
}
.close {

    display: block;
    width: 55px;
    height: 55px;
    background: white;
    margin: auto;
    line-height: 51px;
    border-radius: 50%;
    position: relative;
    top: -25px;
    color: #17cf95;
    font-size: 33px;
    cursor: pointer;
    box-shadow: 2px 2px 24px -7px black;

}

.close:hover {

    box-shadow: none;
    color: #2f7a62;

}
.alert.alert-message {
    background: #17cf95;
    padding: 0 0 20px 0;
    color: white;
}

.btn.btn-primary {
    background: #17cf95;
    color: white !important;
    border: #17cf95;
    position: relative;
    margin: 20px auto;
    left: 0;
    bottom: 0;
}

.btn.btn-primary:hover {
    background: #52D8AE;
}

.system-unpublished.cat-list-row0 {
    background: #e4e4e4;
    color: #cfcfcf;
}

.list-published.label.label-warning {
    color: #aa5252;
    font-weight: bold;
}

/*/////////////////////// TOOLTIP ///////////////////////////*/
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #178fcf;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: white;
	font-size: 20px;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}



.category.table.table-striped.table-bordered.table-hover {

    width: 100%;
    padding: 50px;
    margin: 0 0 50px 0;
	text-align: left;
}
/*//////////////////////ENDE frontendediting///////////////////////////////*/

/*============================================ Bis 1550px ============================================*/
@media screen and (max-width: 1550px){

	#main-navigation .menu {

		list-style-type: none;
		
	}
	
	#slider {
	}
	
	.item-page h1, .page-header h1, header h2 {
		font-size: 49px;
		padding: 45px 0 41px;
	}
	
	.leading-0, .leading-0.clearfix {

		padding: 65px 0 72px 0;

	}
}

/*============================================ Bis 1440px ============================================*/
@media screen and (max-width: 1440px){



	.inhalt { 
		width: 100%;

	}
	
	
	.item-page h1, .page-header h1 {
		font-size: 39px;
	}
	
	h2 {

		font-size: 26px;

	}
	
	#footer2 {
		color: #fff3ea;
		padding: 0px;
		width: 20%;
	}
	
	.readmore, .btn{
		right: -15%;
	}
	

	#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {

		font-size: 16px;

	}
	
	.einleitungsbild {
		width: 45%;
	}
	#footer3 {
		padding: 20px 0;
	}	
	
}


/*============================================ Bis 1024px ============================================*/
@media screen and (max-width: 1110px){
	.inhalt {

    	width: 100%;
    	padding: 48px 20px;
		box-sizing: border-box;

	}	
	
	#right{

		width: 100%;
		padding: 50px;
		box-sizing: border-box;

	}
	
	#main-navigation .menu li a {
    font-size: 16px;
    margin: 0 !important;
    padding: 4px 12px !important;
}
#logo img {
    width: 139px !important;
    padding: 3px !important;
}
	
	#wrapper {

		width: 100%;

	}
	#logo a {
    display: block;
    width: 166px !important;
    padding: 0px;
}
	
	#content {
		width: 100%;

	} 
	#myDropdown {
    width: auto;
    position: absolute;
		top: 57px!important;
	}
	#inhalt-news {

		width: 90%;

		margin-left: 5%;

	}
	
	p {
    	line-height: 150%;
	}
	
	#prefooter {
		width: 100%;
	}
	
	#maps-right{
		padding-right: 0;
		width: 100%;
	}
	.newsbeitrag {
		width: 100%;
	}
	

}
/*============================================ Bis 768px  ============================================*/
@media screen and (max-width: 768px){
	.resp-logo {
		display: block;
	}
	
	#main-navigation{
		display: none;
	}
	
	#resp-nav {
    display: block;
	}
	
.menu-btn {

    display: block;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    right: 0;
    color: #178fcf;
    border-radius: 0;
    padding: 8px 32px;
    box-shadow: -2px 2px 33px -32px black;

}
	.newsbeitrag h4 a {
		top: 0;
		left: 0;
	}
	
	#logo {
		width: 100%;
		margin: 15px auto;

	}
	#main-navigation {

		position: fixed;
		height: 100%;
		width: 100%;
		margin: 0;
		background: #178fcf;
		overflow: scroll;
	}
	
	#main-navigation .menu {

		list-style-type: none;
		width: 100%;
		padding: 138px 0;

	}
	.menu li {
		width: 100%;

	}
	#main-navigation .menu li a {

    margin: 0;
    width: 100%;
    text-align: center;
    color: #9ed3f0;
    font-size: 27px;
    padding: 47px;

}
	
	
	#myDropdown {

    width: auto;
    position: relative;
    left: 0;
    margin: 0 0px;
    background: #d89f7f;
		top: 0 !important;

}
	
	#main-navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
		background: #1a7aad;
		margin: 0 !important;
		color: #fff !important;
		font-size: 22px !important;
		text-align: center;
		padding: 3px 0 !important;
	}
	#content {
		margin: 0 0 0 0;
	}
	
	.item-page h1, .page-header h1, header h2 {
		font-size: 28px;
		padding: 25px;
	}
	
	.leading-0, .leading-0.clearfix {
		padding: 42px 0 4px 0;
	}
	
	.news1 {
		width: 100%;
		float: left;
		box-sizing: border-box;
		padding: 9px 0 57px;
	}
	h2 {

		font-size: 23px;
		padding: 0;

	}
	
	h3 {

		font-size: 30px;
	}
	
	#artikeltext {
		line-height: 18px;
		padding: 0;
	}
	
#slider {
    height: 400px;
}
	
	.einleitungsbild {
		height: 174px;
		width: 100%;
	}
	.newsflash p {

    width: 100%;
    padding: 0 21px;
    height: 119px;
    margin: 8px;

}
	
	#prefooter .art-layout-cell {

    width: 100% !important;

}
	.newsbeitrag h4, .item h2 {
		width: 90%;
		left: -10px;
		top: -21px;
		box-shadow: 4px 6px 34px -27px black;
	}
	
	.readmore, .btn {

		left: 0;
		bottom: 26px;

	}
	
	.newsbeitrag h4 a:hover {
		box-shadow: 4px 6px 34px -27px black;
	}
	#logo {
  	  display: none;
	}
	
	#social {
		width: 100%;
		right: 0;
		margin: 0;
		text-align: center;
		padding: 50px !important;
	}
	
	#footer1 {
		color: #123060;
		padding: 0 20px;
		width: 100%;
		float: left;
		box-sizing: border-box;
		text-align: center;
	}
	
	#footer2 {

		color: #fff3ea;
		padding: 0px;
		width: 100%;

	}
	
	#footer3 {

		width: 100%;
		margin-bottom: 70px;
		padding: 0;
		text-align: center;
		margin: 0 0 26px 0;

	}
	
	#header{
		height:auto!important;
	}
	
	.einleitungsbild {

    height: 206px;
    width: 100%;

}
	.cols-2 .column-1 {

		width: 100%;
		text-align: left;
		padding: 50px 20px 30px 20px;
		font-size: 18px;
		float: left;

	}
	.item-image {

		width: 100%;

	}
	.cols-2 .column-2 {
		width: 100%;
		background: #178fcf;
		padding: 0;
		box-sizing: border-box;
		float: right;
	}
	.adresse {

		width: 100%;
		display: block;
		float: left;
		box-sizing: border-box;
		color: #65c4f8;

	}
	.readmore, .btn {
		width: 100%;
		box-sizing: border-box;

	}
	
	.support {

		width: 100%;
		display: block;
		float: right;
		color: #65c4f8;
		border-left: none;
		padding: 0;
		box-sizing: border-box;

	}
	
	#prefooter {

		background-position: right bottom;
		background-size: 50%;
	}
}
/*============================================ Bis 480px ============================================*/
@media screen and (max-width: 480px){
	.resp-home img {

    	padding: 5px 2%;
		border-left: none;
		border-bottom: none;
		border-right: none;

	}
	.beitrag {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
}
	#prefooter {
		padding: 24px;
	}
	
	h2 {
		font-size: 20px;
		padding: 0;
		text-align: left;
		margin: 0 0 15px 0;
	}

	.newsflash-title {
    height: auto;
    position: relative;
    font-size: 21px;
		top: 0;
}
	.news1 .newsbeitrag {
    overflow: hidden;
    height: auto;
}
.news1 .newsflash .introtext {
    width: 100%;
    position: relative;
}
	.einleitungsbild {
    margin: 0 0 0 0;
}
	
	#slider {
    height: 250px;
    margin-top: 70px;
}
	.item-page h1, .page-header h1, header h2 {
    font-size: 26px;
    padding: 5px;
    margin: 0 0 15px 0;
    text-align: left;
}
	
	#artikeltext p {
    margin-top: 0px;
    font-size: 18px;
    text-align: left;
}
	.einleitungsbild {
    height: 171px;
    width: 100%;
}
	
	.newsbeitrag {

    padding: 20px 0 69px 0 !important;
}
	
	ul {
    padding: 0px 0 0 30px;
    font-weight: 400;
}
	
	li {
    padding: 3px 0 7px 7px;
}
	
	.cols-2 .column-1 {
    width: 100%;
    text-align: left;
    padding: 16px 5px 16px 12px;
	}
}

/*============================================ Bis 320px ============================================*/
@media screen and (max-width: 320px){

	.resp-home img {
		padding: 11px 2%;


	}
	   
}