
@media screen and (max-device-width: 480px)
{

    body
    {
        width: 100%;
        background-color: #fff;
    }
    
    nav
    {
        display: none;
    }
    
    header
    {
        display: none;
    }

    section
    {
        display: none;
    }
    
    Footer
    {
        display: none;
    }

    h3
    {
        font-family: arial;
        text-align: left;
    }
    
        h2
    {
        font-family: arial;
        font-size: 1em;
        text-align: left;
    }

    p
    {
        /* font-size: 1em; */
        padding-right: 5%;
        padding-left: 5%;
        text-align: justify;
    }
    
    td {
    font-family: arial;
    }
    
    img
    {
    border-radius: 50px;
    width: 65%;
    height: auto;
    vertical-align: top;
}


}





@media screen and (min-device-width: 481px)
{
    #smartphoneGeraete
    {
        display: none;
    }


body
{
	border: 1px gray solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
	/* background: white; */
	width: 97%;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	line-height: 1.5;
	color: #4D4F4D;
}

header
{
	border: 1px gray solid;
	padding: 2px 2px 2px 2px;
}

nav
{
	float: left;
	width: 100%;
	max-width: 264px;
	list-style-type: none;
	border-right: 1px gray solid;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	/*width 262px; */
}

li a
{
	display: block;
	height: 30px;
	/*width 262px; */
	color: black;
	text-decoration: none;
}

li a:hover
{
	background-color: #d7ecff;
    color: red;
    font-weight: bold;
}

nav img
{
	text-align: right;
	padding-top: 15px;
	padding-left: 2px;
    max-width: 90%;
    height: auto;
}

section
{
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px gray solid;
	min-height: 1200px;
}

article
{
	margin-left: 282px;
}


Footer
{
    margin-top: 2px;
    padding: 2px 2px 2px 2px;
    border: 1px gray solid;
}

h1
{
	text-align: left;
	font-size: x-large;
	padding-bottom: 8px;
}

h2
{
	text-align: left;
	font-size: large;
	padding-left: 20px;
}

h3
{
	font-size: medium;
	margin-left: 4px;
	margin-right: 80px;
	padding-top: 32px;
	padding-left: 40px;
}


p
{
	text-align: adjust;
	padding-right: 60px;
	padding-left: 20px;
}

table
{
    padding-top: 26px;
    border-collapse: collapse;
    background-color: #f2f2f2;
}

td {
    height: 1.5em;
    vertical-align: top;
}

.info
{
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

.info::before {
        content: 'i';
        padding: 5px 0;
        font-size: 20px;
        border: 1px solid white;
        border-radius: 100%;
        width: 30px;
        height: 20px;
        display: inline-block;
        font-family: initial;
        text-align: center;
        background: dodgerblue;
        color: white;
        margin-right: 10px;
}


.tabs {
  position: relative;   
  min-height: 950px;
  clear: none;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc;
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 14px;
  bottom: 0;
  padding: 20px;
  min-height: 1045px;
  margin-bottom: 32px;


}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

}
