/***********************************************/
/* HTML tag styles                             */
/***********************************************/



body{
        font-family: News Cycle, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 18px;
        padding-top: 10px;
        color: #000;
        background-color: #eee;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
        font-size: 100%;
        color:#000;
        text-decoration: none;
        border: 0px;
        outline: 0;
}

a:hover{
        font-size: 100%;
        color:#666;
        text-decoration: none;
}

a:link.btn-link, a:visited.btn-link, a:active.btn-link {
background: #98cbf5;
text-decoration: none;
}

/************** header tag styles **************/

h1{
  font-family: bilbo, Arial, Helvetica, sans-serif;
  line-height: 120%;
     font-weight: 400;
    font-size: 350%;
  color: #000000;
}

h2{
 font-family: news cycle, Arial, Helvetica, sans-serif;
 line-height: 120%;
 color: #000;
}

h3{
 font-family: news cycle, Arial, Helvetica, sans-serif;
 line-height: 120%;
 font-weight: 700;
 color: #000;
}

h4{
 font-family: news cycle, Arial, Helvetica, sans-serif;
 line-height: 100%;
    font-weight: 700;
 color: #000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#head{
padding: 0px;
 }


#content{
 padding: 15px;
 }

#foot {
padding-bottom: 30px;
 }

.container {
 max-width: 90%;
 margin-top: 10px;
 padding: 0px;
 background-color: #fff;
 }

.row {
 padding-left: 15px;
 padding-right: 15px;
 }

.newsflash {
   /* border-left: 1px solid #000;*/
    padding: 15px;
    background-color: #ffc;
}


/* Basic Styles */

img.raum {
   width: 100%;
    height: auto;
    margin-top: 20px;
}

img.werk {
    width: 90%;
    height: auto;
}

img.headline {
    width: 100%;
    height: auto;
    max-width: 800px;
    
}

img.atelier {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.projekt {
    min-height: 440px;
}

.tmb-pimg {
    min-height: 310px;
}


.btn-werk {
    width: 100%;
    background: none;
    background-color: #777;
    border-radius: 0px;
    text-shadow: none;
    color: #fff;
    font-weight: 700;
}

.btn-werk-nav {
    width: 170px;
    background: none;
    background-color: #777;
    border-radius: 0px;
    text-shadow: none;
    color: #fff;
    font-weight: 700;
}

.col-werk {
    margin-top: 30px;
}

#biotable td {
   padding: 15px 15px 15px 5px;
}

.year {
    font-weight: bold;
}

.newsflash hr {
    border-top: 1px solid #000;
}

.contact {
   padding-right: 50px; 
}

.scrollToTop.snip1452:after{
    transform: none !important;
}

/* Menu Styles */

#gruemenu ul {
    box-shadow: none;
}

#gruemenu.grue_90, #gruemenu.grue_90 ul, #gruemenu.grue_90 ul li, #gruemenu.grue_90 ul > li > a {
    font-weight: 600 !important;
    font-size: 14px !important;
}

#gruemenu > ul > li > a {
    padding: 15px;
}

.sidr {
   height: 400px; 
    width: 250px;
    background-color: #777;
}


/* Marquee */


.marquee {
    max-width: 100vw; /* iOS braucht das */
    white-space: nowrap;
    overflow: hidden;
    font-size: 24px;
    background-color: #59882a;
    padding-bottom: 5px;
}

.marquee a {
    color:#fff;
}

.marquee a:hover {
    color:#ddd;
}

.marquee span {
	display: inline-block;
	padding-left: 105%;
	animation: marquee 10s linear infinite;
}

.marquee span:hover {
	animation-play-state: paused 
}

@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}


/* Responsive Styles */

@media screen and (min-width: 992px) {


.topmenu {
    background-color: #eee;
    border: 1px solid #777; 
    margin-top: 10px;
    }
}
    
@media screen and (max-width: 992px) {
 

}

@media screen and (min-width: 770px){
img.home1, img.home3{
    margin: 5px 0px 10px 20px;
    float: right;
    }

img.home2{
    margin: 5px 20px 10px 0px;
    float: left;
    }
    
.txt-logo {
    padding-top: 30px;
    }

}

@media screen and (max-width: 770px) {


    
img.uni1 {
    width: 70%;
    height: auto;
    }
    
img.home1, img.home2, img.home3, img.uni2 {
    width: 100%;
    height: auto;
    clear: both;
    margin: 15px 0px 10px 0px;
    }
    

    
.sige_thumb img {
    width: 100% !important;
    height: auto !important;
    }
    
h1{
        font-size: 250%;
    }
}

