
/* ************** 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   */

@font-face {
  font-family: abbuehl_font;
  src: url(GOTHIC.TTF);
}

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

html, body{
	box-sizing: border-box;
	height: 100%;
}

/* ************************** TYPO ****************************
*****************************************************************/

body {
    font-family: abbuehl_font, Arial, sans-serif;
    font-size: 16px;
    color: #383838;
    line-height: 150%;
	height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
p{
	margin: 10px 0 20px 0;
	line-height: 150%;
	font-size: 18px;
	font-weight: 100;

} 

article li {
    font-size: 18px;
    line-height: 150%;
}
#maps-right p {
    color: #282828;
    font-family: abbuehl_font;
}

strong{
	font-weight: 900;
}


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

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

a, a:link, a:visited {
    text-decoration: none;
    color: #ad8f79;
    font-weight: bold;
    transition: 0.2s ease all;
}

a:hover {
    color: #896246;
}

a:active {
    color: #5E3333;
}



 .popup-btn {
    padding: 10px 20px;
    right: 0;
    bottom: 0;
    position: relative;
  	background: #ecf3ff;
    box-shadow: inset 3px 0 0 0px #0d4295 !important;
    transition: 1.5s ease box-shadow;
    color: #123060 !important;
    font-weight: 100 !important;
    width: 100%;
    text-align: left;
    margin: 5px 0 10px 0;
    display: block;
	box-sizing: border-box;
}
header {
    height: 50px;
}
 .popup-btn:hover, .btn:hover{
	background: #0d4295!important;
	box-shadow: inset 250px 0 0 0px #0d4295 !important;
	color:#fff3ea!important;
}

.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:first-child{
	margin-top: 0px;
}

h1 {
    font-family: abbuehl_font, sans-serif;
    font-size: 60px;
    text-align: left;
    font-weight: 100;
    line-height: 150%;
    color: #0d4295;
    margin: 80px 0 40px 0;
}

.item-page h1, .page-header h1 {

    font-family: abbuehl_font, sans-serif;
    font-size: 50px;
    text-align: left;
    font-weight: 100;
    line-height: 150%;
    color: #fff3ea;
    margin: 0;
    position: absolute;
    top: -77px;
    background: #80614c;
    padding: 30px 50px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;

}

h2 {
    font-family: abbuehl_font, sans-serif;
    font-size: 40px;
    font-weight: 200;
    color: #555;
    line-height: 150%;
}

h2 a {
    font-weight: 100 !important;
    color: #fff3ea !important;
}

h3 {
    font-family: abbuehl_font, sans-serif;
    font-size: 28px;
    margin: 10px 0 25px 0;
    color: #545454;
    font-weight: 100;
    line-height: 150%;
}

h4 {

    font-family: abbuehl_font, sans-serif;
    font-size: 24px;
    font-weight: 101;
    margin: 20px 0;

}
#sidebar h3 {
	font-family: abbuehl_font, Arial, sans-serif;
    font-size: 40px;
    text-align: left;
    font-weight: 100;
    line-height: 150px;
    color: #383838;
	margin: 0;
}

#breadcrumb a{
	font-family: abbuehl_font, 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;
}

.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;
    color: #fff3ea;

}
/* ************************** 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: 100;
    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: 100;
    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;
}

/* ************************** NEWS ****************************
*****************************************************************/
.newsbeitrag {

    position: relative;
    background: #123060;
    margin: 10px ;
    width: 45%;
    float: left;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 0;
	max-height:  450px
}

.imageintro {
    width: 100%;
    position: relative;
    left: 0;
    height: auto;
}
.einleitungsbild {

    height: 180px;
    margin: 37px 0 0 0;
    overflow: hidden;

}
.newsflash p {
    display: block;
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;

}

.readmore, .btn{
    padding: 10px 20px;
    right: 0;
    bottom: 0;
    position: relative;
    background: rgba(255,255,255,0.8);
    box-shadow: inset 3px 0 0 0px #0d4295 !important;
    transition: 1.5s ease box-shadow;
    color: #123060 !important;
    font-weight: 100 !important;
    width: 150px;
    text-align: center;
}

.readmore:hover, .btn:hover{
	background: #123060!important;
	box-shadow: inset 250px 0 0 0px #0d4295 !important;
	color:#fff3ea!important;
}

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

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

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

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



#prefooter .readmore {

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



.newsbeitrag h4, .item h2 {
    padding: 17px;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 25px;
}
.newsbeitrag h4 a {

    display: block;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 57px;
    line-height: 57px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;

}
.newsbeitrag h4 a:hover {
    color: #1e1c74 !important;
    font-size: 25px;
    background: #e7f0ff;
}

.newsbeitrag a, .newsbeitrag a:link, .newsbeitrag a:visited {
	color:#123060;
	font-weight: 100;
}

.newsbeitrag a:hover, .newsbeitrag a:active {
	color:#fff3ea;
	font-weight: 100;
}

.newsflash-title, .item h2 {
    position: absolute;
    color: #0d4295;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    margin: 0;
    border-radius: 10px;
    font-family: abbuehl_font;
}
/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper {

    max-width: 100%;
    margin: 0 auto;
	position: relative;
	height: 100%;
	width: 83%;
	float: right;
}
#main-navigation{
	width: 100%;
	float:left;
	background: none; 
	z-index: 0
}

#logo img {

    width: 265px;
    margin: auto;
    display: block;
    background: #fff3ea3ea;
    padding: 20px;
    transition: 0.5s ease all;

}

#logo p {
    margin: 0;
}

#logo {
    display: block;
    z-index: 50;
    background: #fff3ea;
    padding: 50px 20px;
}

.inhalt {
}

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

#slider {
    overflow: hidden !important;
    height: 100%;
    position: relative;
    height: 72%;
    z-index: 0;
}

#section-wrapper{
	width: 100%;
}

#content {
    position: relative;
    background: #fff3ea;
    padding-bottom: 96px;
    box-sizing: border-box;
    min-height: 59%;
    top: -0;
    box-shadow: 8px 3px 15px 3px rgba(0, 0, 0, 0.35);
    margin: 0 0 0 0;
    z-index: 1;
}

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


header h2 {

    display: block;
    background: none;
    position: relative;
    top: -128px;
    left: -50px;
    padding: 0 50px;
    height: 128px;
    line-height: 128px;
    color: #fff3ea;
    width: auto;
    box-sizing: border-box;
    font-size: 78px;
    font-weight: 900;
    text-shadow: 1px -3px 24px #000;
    background: #785a45b3;

}
.inhalt {
    background: #fff3ea;
    z-index: 2;
    position: relative;
    padding: 112px 50px 0px 50px;
    box-sizing: border-box;
    width: 55%;
    float: left;
}
.inhalt1 {
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 0 100px 0;
    border-radius: 20px;
	background: #fff3ea;
}

.inhalt2 {
    background: #0d4295;
    height: 150px;
    float: left;
    margin: 20px;
}

.inhalt2 h3 {
    color: #fff3ea;
    font-size: 50px;
    padding: 20px;
}

#sidebar {
    width: 17%;
    float: left;
    box-sizing: border-box;
    z-index: 1;
    position: fixed;
    color: #383838;
    height: 100%;
    display: block;
    background: #492e1b;
}

footer {

    background: #fff3ea;
    box-sizing: border-box;
    margin: 0 auto;
        padding: 0 0 0 0;
}

.footerlogo {
    background: url(../images/kuechenrauch_wurst_web.jpg);
    position: absolute;
    z-index: -1000;
    width: 100%;
    height: 500px;
    bottom: 0;
	background-position: center;
}

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

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

.clear {
    clear: both;
    margin: 0;
}
	

#prefooter {

    padding: 0 0 80px 0;

}


#prefooter h3 {

    font-size: 36px;
}

#prefoot2 {
    box-sizing: border-box;
}

#prefooter .newsbeitrag {

    background: none;
    margin: 0;
    color: #383838;

}

#prefooter a {

    color: #997253;
    font-weight: 400;

}

#prefoot1 .newsbeitrag {
    width: 100%;
}

#prefoot2 .newsbeitrag {
    padding: 0;
}

#prefoot1 .newsbeitrag {

    width: 45%;
    background: #f1f7ff;
    padding: 20px 0 0 0;
    border-radius: 0;

}

#footer1 {

    color: #492e1b;
    padding: 20px 20px;
    width: 40%;
    float: left;
    box-sizing: border-box;

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

#footer3 {

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

}

footer a:link, footer a:visited {

    color: #e0d0c4;
    font-weight: 100;

}
footer a:hover, footer a:active  {
    color: #51321B ;
    font-weight: 100 ;
}

#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;

}

.item.column-1, .item.column-2, .item.column-3, .item.column-4 {
    width: 25%;
    display: block;
    float: left;
    background: rebeccapurple;
    box-sizing: border-box;
    margin: 0;
}

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

#main-navigation {
    width: 100%;
    transition: 0.5s ease all;
    box-sizing: border-box;
    top: 0;
    z-index: 10;
}

#main-navigation ul {

    padding: 0;

}

.down{
	transform: 0.5s ease all;
}

#main-navigation .menu {
    list-style-type: none;
    width: 100%;
    text-align: right;
}

#main-navigation .menu li a {
    width: 100%;
    display: block;
    font-family: abbuehl_font, sans-serif;
    font-size: 21px;
    font-weight: 100;
    text-align: left;
    padding: 20px;
    text-decoration: none;
    transition: 0.2s ease all;
	box-sizing: border-box;
	color: #fff3ea;
}

.moduletable_menu {
    max-width: 1300px;
    margin: auto;
}

navigation .menu #myDropdown a, #main-navigation .menu .active #myDropdown a {
    font-size: 18px;
	
}

#main-navigation .menu li a:hover {
	font-weight: 100;
	background:rgb(255, 255, 255, 0.1);
}


#main-navigation .menu .active a {

    background: rgb(128, 97, 76);
 
}
#main-navigation .menu .active a:hover {

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

#main-navigation .menu .noactive a {

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

#main-navigation p {
    margin: 0;
}

.deeper.parent.arrow{
	background: rgb(255, 255, 255, 0.2)!important;
}



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

    background: black;
    position: relative;
    left: 0;
}

.nav-child.unstyled.small {
    display: none;
    background: none;
    position: relative;
    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: 10px 20px 10px 40px;
    text-align: left;
    color: #fff3ea !important;
    font-size: 18px;
}

#main-navigation .menu .active #myDropdown a {
    background: #3b2b21;
}
#main-navigation .menu .active #myDropdown a:hover {
    rgb(255, 255, 255, 0.1)
}

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

    background: #574031;

}

.menu-btn {
    height: 50px;
    width: 50px;
    float: right;
    background: #966b4a;
    cursor: pointer;
    display: none;
    position: relative;
    padding: 5px 5px 0px 5px;
    border-radius: 0 0 0 10px;
}


.strich1, .strich2, .strich3 {
    background: #0d4295;
    width: auto;
    height: 3px;
    display: block;
    margin: 8.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: 0;
    top: 0;
}

.change .strich2 {opacity: 0;}

.change .strich3 {

    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    width: 45px;
    position: absolute;
    left: 0;
    bottom: 3px;

}
.deeper::after {
    content: "\f067";
    position: absolute;
    color: #fff3ea;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    background: none;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: 0.5s ease all;
    font-family: "Font Awesome 5 Free";
    right: 16px;
    top: 20px;
}

.deeper.arrow::after{
	 
    transform: rotate(180deg);
    transition: 0.5s ease all;
	content: "\f068";
}

/* ************************** 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: 60%;
    float: right;

}

/* ************************** 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;

}

.leading-0 {
    padding: 15px;
    border: 5px solid #123060;
}

.item-image {
    width: 50%;
    height: 180px;
    overflow: hidden;
    float: left;
    clear: left;
    box-sizing: border-box;
    padding: 20px 20px 0 0;
}

.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3, .column-1.span4, .column-2.span4, .column-3.span4, .column-4.span4 {
    float: left;
    clear: right;
    background: #80614c;
    border: 3px solid #fff3ea;
    box-sizing: border-box;
}
.cols-2 .column-1
{
  width: 50%;
padding: 20px;
}

.cols-2 .column-2
{
  width: 50%;
	padding: 20px;

}

.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;

}

.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;
}

#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: #fff3ea;
    display: block;
    width: 100%;
    background: #492e1b;
    margin: 0;
    height: 100%;
    font-size: 45px;
    padding: 20px 0 0 0;
    text-align: center;
	transition: 0.2s ease all;
}
#footer2 a:hover {
    color: #80614c;
}

#footer2 a:active{
    background: #3c2414;
	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: 100;
    padding: 3px 0 9px 0;
    line-height: 130%;

}

.ba-caption h3 {

    font-size: 13px !important;
    text-overflow: unset !important;
    overflow: initial!important;

}

/*============================================ Bis 1856 ============================================*/
@media screen and (max-width: 1856px){
	.item.column-1.span4 h3, .item.column-2.span4 h3, .item.column-3.span4 h3 {
		font-size: 21px;
	}
	

} 


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

	#sidebar {
		width: 22%;
	}
	
	#wrapper {
		width: 78%;
	}
	
	.inhalt { 
		width: 67%;
	}
	#right {
    	width: 29%;
		padding: 114px 25px 0 0;
		box-sizing: border-box;
	}
	
	.item-page h1, .page-header h1 {
		font-size: 39px;
	}
	
	#footer2 {
		color: #fff3ea;
		padding: 0px;
		width: 20%;
	}
	
	#logo img {

		width: 182px;
		padding: 0;

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

		font-size: 16px;

	}
	
	#main-navigation .menu li a {
		font-size: 22px;
	}
}

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

    width: 100%;
    padding: 48px 20px;

}
	
	#right{

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

	}
	
	#sidebar {

   		 width: 30%;

	}
	
	#wrapper {

		width: 70%;

	}
	
	p {
    	line-height: 150%;
	}

}
/*============================================ Bis 768px  ============================================*/
@media screen and (max-width: 768px){
	
	
	#main-navigation .menu li a {
		padding: 20px 30px;
		box-shadow: none;
	}
	
	
	
	.menu-btn {

    display: block;
    position: fixed;
    z-index: 900;
    margin: 20px;
    border-radius: 55px;
    background: #fff3ea;
    right: 0;
    box-shadow: 0px 0px 11px -3px black;
    padding: 16px;
    bottom: 0;

}

	#wrapper {

		width: 100%;

	}
	
	#sidebar {

		left: -100%;
		width: 100%;
		text-align: center;
		z-index: 90;
		box-shadow: 2px 2px 14px -2px black;
		transition: 0.6s cubic-bezier(.14,.97,.41,1.12) all;
		overflow: auto;

}
	.show{
		left: 0!important;
		transition: 0.6s cubic-bezier(1,0,0,1) all;
	}
	.brotbroesmeli li {
		padding: 5px 10px 5px 32px;
		font-size: 15px;

	}
	
	.item-page h1, .page-header h1 {
		font-size: 29px;
		box-sizing: border-box;
		padding: 30px 20px;
	}
	
	#adresse-left {
		width: 100%;
	}
	
	#maps-right {
		width: 100%;
	}
	
	.strich1, .strich2, .strich3 {
		background: #492e1b;
		width: auto;
		height: 4px;
		display: block;
		margin: 9.5px 3px 8.5px 3px;
		border-radius: 2px;
		transition: 0.5s ease all;
	}
	
	.strich2 {
		width: 33px;
	}
	
	.change .strich1 {
   	 -webkit-transform: rotate(-45deg) translate(-11px, 7px);
		transform: rotate(-45deg) translate(-11px, 7px);
		width: 45px;
		position: absolute;
		left: 17px;
		top: 17px;
	}
	
	.change .strich2 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
		width: 0px;
		position: absolute;
		left: 14px;
		bottom: 18px;
	}
	
	.change .strich3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
		width: 45px;
		position: absolute;
		left: 14px;
		bottom: 18px;
	}
	
	#prefoot1 {
		width: 100%;
	}
	  
	
	#prefoot2 {
		width: 100%;
	}
	
	#footer1 {
		width: 100%;
		text-align: center;
	}
	
	#footer2 {
		width: 100%;
	}
	
	#footer3 {
		text-align: center;
		width: 100%;
	}
	
	#totop{
		top: 0;
		margin:0;
	}
	
		#prefoot1 {
		width: 100%;
	}
	  
	
	#prefoot2 {
		width: 100%;
	}
	
	#footer1 {
		width: 100%;
		text-align: center;
	}
	
	#footer2 {
		width: 100%;
	}
	
	#footer3 {
		text-align: center;
		width: 100%;
	}
	
	#totop{
		top: 0;
		margin:0;
	}
	
.cols-2 .column-1
{
  width: 100%;
padding: 20px;
}

.cols-2 .column-2
{
  width: 100%;
	padding: 20px;

}

.cols-3 .column-1
{
  width: 100%;
}

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


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

}
/*============================================ Bis 480px ============================================*/
@media screen and (max-width: 480px){
	
.item-page h1, .page-header h1 {
    font-size: 23px;
}
	
	h3 {
    font-size: 22px;
}
.menu-btn {
    padding: 8px;
    bottom: 92px;
}
	.change .strich1 {
    left: 10px;
    top: 10px;
}
	
	.change .strich3 {
    left: 8px;
    bottom: 10px;
}
	
	.brotbroesmeli {
    display: none;
}
	
	#slider {
		overflow: hidden !important;
		height: 100%;
		position: relative;
		height: 36%;
		z-index: 0;
	}
}

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

	
	   
}