﻿



html, body{
	   -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    
 }


body
{font-family: 'arial', sans-serif; font-size: 26px; color:white; font-weight:normal !important; background-image:url(witz.gif);text-align:center;margin:0px; padding:0px;}

.backtop {position:fixed; width:100%; background:white; height:75px; z-index:50;}
.topabstand {width:20px; height:40px;}

.obenrechts
{display: block; position:fixed; width: 70px; height:71px; right:7px; top:10px; z-index:10000;}

/*
Following css code for Burger Menu: Copyright (c) 2024 by Maxim Petukhov (https://codepen.io/maxim-petukhov/pen/bGdOdqg)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 10000;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow:scroll;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #eeeeee;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
}

.menu__item {
  display: inline-block;
  padding: 12px 24px;
  color: #333;
  font-family: arial;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

/* Ende CSS CODE for Burger-Menu */
.haupt
{
background-color: #33302e;font-size: 24px; 
 border-radius: 10px 10px 0px 0px;
border: solid 2px; width:999px; margin:auto; margin-top:15px; padding-top: 5px; color:white !important;}

.hauptinner
{margin:20px; width:auto;}

.darktext
{color: #354b5d; font-size:18px !important; width: 100%; text-align:center;}

.navi
{width:930px; margin:auto; padding-top:10px; text-align:center;}

.balken {width:24px; height:19px; margin-bottom:-2px;}




.btn2
{
background: rgb(89,87,81);
background: -moz-linear-gradient(180deg, rgba(89,87,81,1) 0%, rgba(40,37,33,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(89,87,81,1) 0%, rgba(40,37,33,1) 100%);
background: linear-gradient(180deg, rgba(89,87,81,1) 0%, rgba(40,37,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#595751",endColorstr="#282521",GradientType=1);
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  text-shadow: 3px 1px 3px #1f041f;
  -webkit-box-shadow: 2px 2px 8px #1f1400;
  -moz-box-shadow: 2px 2px 8px #1f1400;
  box-shadow: 2px 2px 8px #1f1400;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight:bold;
  padding: 14px;padding-top:8px; padding-bottom:8px;
  border: solid #ffffff 3px;
  text-decoration: none;
  margin:8px;
  margin-left:8px;
  width:250px;
  display:inline-block;
  text-decoration: none !important;
  
  }

.btn2:hover{

background: rgb(78,74,68);
background: -moz-linear-gradient(0deg, rgba(78,74,68,1) 0%, rgba(122,118,112,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(78,74,68,1) 0%, rgba(122,118,112,1) 100%);
background: linear-gradient(0deg, rgba(78,74,68,1) 0%, rgba(122,118,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e4a44",endColorstr="#7a7670",GradientType=1);
  text-decoration: none;
}


img {border:none;}

.startprofilepics {width:90px; height:90px; border:none;}

li
{list-style:none;}


ol.listealle{
  counter-reset: section;                /* Erstellt mit jedem ol Element
                                            eine neue Instanz des
                                            Abschnittszählers. */
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding:0px;

}

ol.listealle li{
  
padding:30px 20px 20px; margin-bottom:10px; 
background: rgb(62,100,100);
background: radial-gradient(circle, rgba(62,100,100,1) 0%, rgba(40,85,84,1) 100%);
border-bottom:3px dotted white;
}

.listealle li:nth-child(odd) { 

background: rgb(62,100,100);
background: radial-gradient(circle, rgba(62,100,100,1) 0%, rgba(40,85,84,1) 100%);

border-bottom:3px dotted white;
  }

ol.listealle li::before {
  counter-increment: section;            /* Inkrementiert nur diese Instanz
                                            des Abschnittszählers. */
  content: counters(section,".") " ";    /* Fügt den Wert aller Instanzen
                                            des Abschnittszählers durch "."
                                            getrennt hinzu. */
                                         /* Falls < IE8 unterstützt werden soll,
                                            sollte sichergestellt werden, dass
                                            kein Leerzeichen nach dem ',' steht. */

  margin-right: 0px; 

  font-weight: bold; 
  padding: 0px;

  }


ul.listenormal{
  margin-left: 0;
  margin-right: 0;
  padding:0px;
  list-style-type: none;
  list-style-position: inside;
}

ul.listenormal li{
 
  padding:30px 0px; margin-bottom:30px; 
padding:30px 20px 35px; margin-bottom:30px; 
background-color: rgba(34, 30, 30);
   background-color: rgba(34, 30, 30, 0.4);
   border-radius: 5px 40px 0px 0px;
   border-bottom:3px solid #6398c9;
}

ul.listenormal li:nth-child(odd) { 
border-bottom:3px solid #f68d39;
  }


ol.listealle li a:link {display:block; font-size:20px;margin-bottom:20px;}
ol.listealle li a:active {display:block;font-size:20px;margin-bottom:20px;}
ol.listealle li a:visited {display:block;font-size:20px;margin-bottom:20px;}
ol.listealle li a:hover {display:block;font-size:20px; margin-bottom:20px;}





ol.listealle  li:nth-child(odd) a:link {font-size:20px; }
ol.listealle  li:nth-child(odd) a:active {font-size:20px; }
ol.listealle  li:nth-child(odd) a:visited {font-size:20px; }
ol.listealle  li:nth-child(odd) a:hover {font-size:20px; }
  

.halbbild
{width: 280px !important; height:280px !important; margin:auto;}	

a.change:link {text-decoration:none; color:#FEC143 !important;}
a.change:visited { text-decoration:none; color:#FEC143 !important;}
a.change:active { text-decoration:none; color:#FEC143 !important;}
a.change:hover {  text-decoration:underline; color:yellow !important;}


a.gelb:link {text-decoration:none; color:#fbffc0 !important;}
a.gelb:visited { text-decoration:none; color:#f8fadf !important;}
a.gelb:active { text-decoration:none; color:#f8fadf !important;}
a.gelb:hover {  text-decoration:underline; color:#f8fadf !important;}

.hauptinner a:link {text-decoration:underline; color:#fbffc0; margin:10px 5px 10px; line-height:2em;}
.hauptinner a:visited {text-decoration:underline; color:#f8fadf}
.hauptinner a:active {text-decoration:underline; color:#f8fadf}
.hauptinner a:hover {text-decoration:underline; color:#f8fadf}

#bloglink a:link {text-decoration:underline; color:#fbffc0; margin:0px !important; margin-top:0px  !important; margin-bottom:0px  !important; line-height:0em  !important;}
#bloglink a:visited {text-decoration:underline; color:#f8fadf}
#bloglink a:active {text-decoration:underline; color:#f8fadf}
#bloglink a:hover {text-decoration:underline; color:#f8fadf}

a.rot:link {text-decoration:underline; color:#ffca9a !important;}
a.rot:visited { text-decoration:underline; color:#ffca9a !important;}
a.rot:active { text-decoration:underline; color:#ffca9a !important;}
a.rot:hover {  text-decoration:underline; color:#ffca9a !important;}

.seitenmappe a:link {text-decoration:underline; color:#fbffc0 !important; margin-bottom:30px;}
.seitenmappe a:visited {text-decoration:underline; color:#f8fadf !important;}
.seitenmappe a:active {text-decoration:underline; color:#f8fadf !important;}
.seitenmappe a:hover {text-decoration:underline; color:#f8fadf !important;}

.supbox a:link {text-decoration:underline; color:#d45500 !important;}
.supbox a:visited {text-decoration:underline; color:#f68438 !important;}
.supbox a:active {text-decoration:underline; color:#f68438 !important;}
.supbox a:hover {text-decoration:underline; color:#f68438 !important;}

.smallsizetext 
{font-size:16px}


.untenmenuarrow
{width: 30px; height: 30px; margin-top:-2px;}


h1
{font-size:32px !important; font-weight:bold; padding:0px; margin:5px auto 15px; color:#373737 !important;}

h2
{font-size:29px !important; font-weight:bold; padding:0px; margin:35px 0px 20px;color:white;}


h3
{font-size:27px !important; font-weight:bold; padding:0px; margin:15px 0px 15px;color:white;}


h4
{font-size:24px !important; font-weight:normal; padding:0px; margin:0px;color:white; text-transform:uppercase; font-weight:normal; }

.textareamessage
{height:250px; width:80%; font-weight: 700; font-style:normal}

.selectunten
{height: 22px}

.bilderident
{float:left !important; font-size: 14px !important}

.blogi
{width:400px; border:none; margin:10px auto 0px; height:222px;}

#author {color:#beb6b6 !important; font-size: 18px; margin:auto;padding-top:50px !important; margin-bottom:15px; font-weight:normal; with:95%; text-align:center;}

.authorimage {border:none; width: 50px; height:49px; margin-bottom: -5px;}


.styleunten
{text-transform:uppercase; color: white !important}

.videolinks a
{color:#fffbd6 !important; text-decoration:underline !important;}


.supbox
{width: 90%; text-align:left; margin:auto;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding:20px;}

.supbox ol {list-style-type: decimal !important;}
.supbox li {padding-bottom:45px !important; list-style-type: decimal;}

.supboxlightgreen h3 {color: #548441 !important;}
.supboxlightgreen { background-color: #eaffe2; color: #548441 !important;}

.supboxlightorange h3 {color: #9b5b00 !important;}
.supboxlightorange { background-color: #ffefd7; color: #9b5b00 !important;}


.springen
{border-bottom: dashed 3px white;}

#footer p
{color:#6F575B !important;}

#footer image
{border:none;}

.note
{margin:auto; width: 80%; padding:10px; margin-top:25px; margin-bottom:3px; border: 1px #f33f5d solid;}
a:link {text-decoration:underline; color:#494354;}
a:visited { text-decoration:underline; color:#494354;}
a:active { text-decoration:underline; color:#494354;}
a:hover {  text-decoration:underline; color:#A20100;}

a.change:link {text-decoration:none; color:#FEC143 !important;}




.logo
{margin: auto; margin-top:0px; margin-bottom: 0px; width:550px; height:83px; 
    text-align:center;}


hr
{width:100%; border: 0; border-bottom: 1px dashed #7a695a; background: white;margin-top:40px;margin-bottom:40px;clear:both;}


.liniezwei
{display:none}

#topeinhundert
{margin-top:20px;}

#topeinhundert a
{display:inline-block; margin:8px;}


#ortsnamen a
{color:white; }



.daumenrunterbild
{width:40px; height:41px;}

.empfehlpfeil
{width:250px; height:210px;  }

#facebookempfehlung
{font-size:29px;}

#pfeilunten
{background-image:url(pfeil-unten.png); width:50px; height:50px; margin:auto; margin-bottom:25px; display:none; margin:0px;}

.vollbild
{max-width:70%; padding-top:30px; border:none;}


.werbeins
{width:320px; height: 100px; margin:auto; margin-top:25px;margin-bottom:25px; text-align:center; position: relative; z-index: 1}

.werbzwei
{display:none; width:337px; height:281px; display:inline-block; float:left; margin-right:25px; margin-bottom:25px; text-align:center;  position: relative; z-index: 1}

.werbdrei
{display:none; width:337px; height:281px; display:inline-block; float:right; margin-left:25px; margin-bottom:25px; text-align:center;  position: relative; z-index: 1}


#anzeigeouter
{width:95%; margin:auto;}

#anzeige
{min-width:100%; max-width:100%;}

#vorwort
{width:999px; color:#413e3b; font-size: 22px; margin:auto; margin-bottom:30px;}


.fuss
{color:black !important; width:999px; margin:auto; margin-top:30px;}






#kontaktunten
{width:999px;margin:auto; color:white; background-color:#da7601; margin-top:30px;}

.bilderident
{width:30%; margin:1%;}



.viertelbild
{min-width:30%; max-width:30%; }

.bild {width:750px; height:563px; border:none;}
.bildwitzneu {width: 600px; height:auto;}
.respneu {width:700px; height:auto; border:none;}
.picresp {width:600px; height:600px; border:none;}
.respnew {width:600px; height:467px; border:none;}
.respfull {width:800px; height:534px; border:none;}
.respachthundert {width:800px; height:600px; border:none;}
.lazy {width:600px; height:450px; border:none;}
.bildlazyload {width:800px; height:533px; border:none;}

.funnypic
{width:450px; height:auto;}

.cartoon {width:400px; height:400px;}
.resp {width:400px; height:auto;}


.liniemenu
{display:block; width:100%; border: 0; border-bottom: 1px dashed white; background: #ff6873;margin-top:40px;margin-bottom:20px;clear:both;}


/* Menu */


/*arcordeon 

Copyright (c) 2022 by Álvaro (https://codepen.io/alvarotrigo/pen/qBpBezx)
Fork of an original work CSS + HTML only Accordion Element (https://codepen.io/abergin/pen/BaKVWd

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Changed have been made to the CSS to have a slightly different design and click functionality

*/


.hauptmenu {width: 1000px; height:auto; margin:auto; }


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}



/* .transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out; */
}


.no-select, h6 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





h6 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  width:100%;
  color: white; margin:auto;
  padding:11px 0px 13px; 
  background-color: #33302e;
  border-radius:8px;
  
  margin: 0;
  cursor: pointer;
}

.hauptmenu p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.hauptmenu ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.hauptmenu ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 4px;
  
}
.hauptmenu ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.hauptmenu ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.hauptmenu ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.hauptmenu ul li:last-of-type {
  padding-bottom: 0;
}
.hauptmenu ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 25px;
}
.hauptmenu ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 3px;
  height: 9px;
}
.hauptmenu ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.hauptmenu ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.hauptmenu ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 99%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.hauptmenu ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.hauptmenu ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.hauptmenu ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

@media screen and (max-width: 1015px) {



.navi
{width:100%; margin:0px;}



.logo
{width:500px; height:75px; margin-top:25px;}




#vorwort
{width:95%;}


.haupt
{width:95%; }

.hauptmenu {width: 95%; }


.hauptinner
{margin:20px;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.fuss
{width:95%;}

#kontaktunten
{width:95% !important;}


.respneu {width:500px; height:auto; border:none;}
.respnew {width:500px; height:389px; border:none;}
.respfull {width:500px; height:334px; border:none;}
.bildlazyload
{width:500px; height:333px;}
.respachthundert
{width:500px; height:375px;}
.lazy {width:500px; height:375px; border:none;}

}


@media screen and (max-width: 850px) {
.picresp {width:500px; height:500px; }	
	
.bild {width:450px; height:338px; }	
.bildlazyload
{width:400px; height:267px;}
.lazy 
{width:400px; height:300px;}
.respachthundert
{width:400px; height:300px;}
.bildwitzneu {width: 400px;}

#author {font-size: 16px;}


h1
{font-size:28px !important;}

h2
{margin:25px 0px 20px;}


.werbdrei
{width:94%; height:auto; text-align:center; padding:0px; float:none !important; margin:auto; margin-bottom:20px;margin-top:20px;}





.bilderident
{width:100px !important; text-align:center;float:none !important; margin:auto !important;margin-bottom:20px !important;}

.navi
{margin-bottom:20px;}


.viertelbild
{min-width:50%; max-width:50%; } 

.liniezwei
{display:block; width:100%; border: 0; border-bottom: 1px dashed #7a695a; background: white;margin-top:40px;margin-bottom:40px;clear:both;}

.haupt
{font-size: 19px; width:95%; }


.hauptinner
{width:90%; margin:auto;}	

#kontaktunten
{width:95% !important;}

.halbbild 	
{margin-top:20px; }





}

@media screen and (max-width: 550px) {
.picresp {width:400px; height:400px; }	

.blogi
{width:330px; height:183px;}





h6 {
  
  font-weight: 400;
}

.logo
{width:350px; height:53px; }


.bild {width:400px; height:300px; }	
.bildwitz
{width:95%; height:auto;}

.respneu {width:98%; height:auto; border:none;}
.respnew {width:400px; height:311; border:none;}
.respfull {width:400px; height:267px; border:none;}
.bildlazyload
{width:400px; height:267px;}
.respachthundert
{width:400px; height:300px;}





.werbdrei
{width:90%; margin:20px auto; }


.funnypic
{width:300px; height:auto;}

#kontaktunten
{width:94% !important;}

.hauptinner
{width:94%;}	

#pfeilunten
{display:none; }

.vollbild
{max-width:95%; }

#vorwort
{font-size: 19px; }



.haupt
{font-size: 22px; padding:0px; width:98%;}

.hauptmenu {width: 98%;}




.funnypic
{width:90%; height:auto;}

}

@media screen and (max-width: 440px) {
	
.bildlazyload
{width:300px; height:200px;}
.respachthundert
{width:300px; height:225px;}
	
.respfull {width:98%; height:auto; border:none;}
.respnew {width:98%; height:auto; border:none;}
.picresp {width:300px; height:300px; }	
	
.bild {width:300px; height:225px; }	
	
.cartoon {width:340px; height:340px;}
.resp {width:98%; height:auto;}


.lazy {width:300px; height:225px; border:none;}

.obenrechtsabstand
{margin-right:25px !important; display:inline-block;}

}

@media screen and (max-width: 380px) {

.picresp {width:280px; height:280px; }	
.cartoon {width:280px; height:280px;}

.werbzwei
{width:98%; margin:20px auto; }

.werbdrei
{width:98%; margin:20px auto; }

.blogi 
{width: 290px; height: 161px; }

.bildlazyload
{width:270px; height:180px;}
.respachthundert
{width:270px; height:203px;}

.logo {width:290px; height:44px}

.lazy {width:280px; height:210px; border:none;}
}







@media screen and (max-width: 320px) {
	
.halbbild 	
{width:90% !important;}
	
.picresp {width:90%; height:auto; }	
	
.lazy {width:90%; height:auto; border:none;}
	
.bild {width:90%; height:auto; }	

.bildlazyload
{width:100%; height:auto;}
.respachthundert
{width:100%; height:auto;}

.blogi
{width:95%; height:auto;}

}	