/* istok-web-regular - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/istok-web-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/istok-web-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/istok-web-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/istok-web-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/istok-web-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/istok-web-v18-latin-regular.svg#IstokWeb') format('svg'); /* Legacy iOS */
}
/* istok-web-700 - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/istok-web-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/istok-web-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/istok-web-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/istok-web-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/istok-web-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/istok-web-v18-latin-700.svg#IstokWeb') format('svg'); /* Legacy iOS */
}
* {
    margin:0;
    padding:0;
    border:0;
}

body {
    background:#DEDEDE;
    margin:0;
	
  font-family: 'Istok Web', sans-serif;
    font-size:11px;
    color:#232323;
}

a{font-size: 17px;
color:#000;
}


/* Standarddefinitionen */
a:active, a:focus, a:hover {
    text-decoration:underline;
    color:#FF0000;
}
a:hover { 
    text-decoration:none;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear {
    clear:both;
    height:1px;
    font-size:1px;
    line-height:1px;
}
.container{
	    padding: 5%;
}
header h3{
	    text-align: center;
    font-size: 20px;
    font-weight: 100;
}
h1{
	    text-align: center;
    line-height: 70px;
    font-size: 54px;
	font-weight:100;	
}
h2{
font-size: 22px;
    margin: 3% 0;	
}
h3{
font-size: 17px;
    line-height: 30px;	
}
p{    font-size: 17px;
    font-weight: 400;}
.two-box{
text-align: center;	
}
.box{
    display: inline-block;
    margin: 2%;	
}
.contant{
width: auto;
    margin: 0 23%;	
}