
/*  Wer das liest ist doof  */

body {
         background: #f3f3f3 url("../images/tipp-ex.png") no-repeat;
         background-position: 88% 25px;
}
.subraum {
         padding: 3% 0px 0px 8%;
}
.interferenz {
         padding: 1% 0px 0px 8%;
}
#logo {
         padding: 35px 0px 10px 8%;
         width: 370px;
         height: 27px;
}
#header {
         background-color: #cdcdcd55;
         width: 92%;
         overflow: hidden;
         padding: 8px 0px 9px 8%;
}

.cont {
         width: 76%;
         padding: 10px 0px 5px 8%;
}

.flex {
         display: flex;
         justify-content: center;
         align-items: center;
}

.unter {
         font-family: 'type czech';
         font-size: 1.05em;
         letter-spacing: 0.022rem;
         line-height: 1.2em;
         color: #505050;
}

.ueber {
         font-family: 'type czech';
         font-size: 1.05em;
         letter-spacing: 0.022rem;
         line-height: 1.2em;
         color: #c63119;
         margin: 20px 0 0 1px;
}

a.menu {
         font-family: 'type czech';
         font-size: 1.05em;
         letter-spacing: 0.022rem;
         line-height: 1.2em;
         margin-right: 25px;
}

a:link {color: #5c9d1d; text-decoration: none}
a:visited {color: #5c9d1d;}
a:active {color: black; text-decoration: none}
a:hover {color: #46701d; text-decoration: none}

p {
         font-family: 'type czech';
         font-size: 1.05em;
         letter-spacing: 0.022rem;
         line-height: 1.5em;
         color: #505050;
         margin: 20px 0 8px 1px;
}

@media only screen
         and (max-width: 760px),(min-device-width: 768px)
         and (max-device-width: 1024px) {
table, td, tr {
         display: block;
         width: 100%;
}
td {
         position: relative;
         padding-bottom: 8px;
}
}