﻿/*styles for the slider*/

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    width: 100%;
    height: 180px;
    background: #fff;
    box-shadow: 0px 0px 100px #808080;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 300px;
    cursor: pointer;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 30%;
    z-index: 2;
    display: block;
    padding: 2% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

/*div.click_next, div.click_prev
{
    height: 180px;
    width: 30%;
    color: rgba(0, 0, 0, 0.00);
}*/

#slider img
{
    width: 100%;
    padding-top: 5px;
}

/*end of the styles for the image slider*/
body
{
    margin: 0;
    font-family: 'Trebuchet MS';
    background-color: #eeeeee;
}

section
{
    width: 100%;
    margin: 0;
}

article
{
    background-color: #ffffff;
    border-radius: 6px;
    position: relative;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.1em;
    height: auto;
    width: 50%;
    box-shadow: 1px 1px 1px #888888;
}

#zahnarzt
{
    height: 5em;
    padding-top: 1em;
}

#verarsche
{
    position: relative;
}

#verarsche div
{
    display: none;
    width: 100%;
    position: absolute; /*vodka*/
}

#verarsche div.active
{
    display: block;
}

#verarsche h1
{
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.3em;
    color: #0f71ba;
}

#verarsche h1 a
{
    text-decoration: underline;
}

#verarsche h1 a:hover
{
    cursor: pointer;
    text-decoration: none;
}

#verarsche p
{
    text-align: center;
    margin-top: 0.3em;
}

.clip
{
    background: #222222;
    background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
    background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
    background: -o-linear-gradient(top, #555555 0%, #222222 100%);
    background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
    background: linear-gradient(to bottom, #555555 0%, #222222 100%);
    display: none;
    box-shadow: inset 1px 3px 5px #000000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 1em;
}

.vid
{
    margin: auto;
    width: 75%
}

.clip video
{
    height: auto;
    width: 100%;
}

/*media query*/
@media screen and (max-device-width: 880px) 
{
    #slider
    {
        height: 200px;
    }

    #zahnarzt
    {
        height: 12em;
    }

    #verarsche h1
    {
        font-size: 4em;
    }

    #verarsche p
    {
        font-size: 3em;
    }

    section
    {
        margin: 0;
        width: 100%;
    }

    article 
    {
        position: relative;
        height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        padding-bottom: 0.5em;
    }

    .vid
    {
        width: 90%;
    }

    .clip video
    {
        left: 22em;
    }
}

@media screen and (max-width: 880px) 
{
    section
    {
        margin: 0;
        width: 100%;
    }

    article 
    {
        position: relative;
        height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        padding-bottom: 0.5em;
    }

    .vid
    {
        width: 90%;
    }
}