﻿:root {
  --green1: #139900;
  --green2: #0d6800;
  --orange1: #ffc201;
  --orange2: #C99901;
  --schwarz: #000000;
  --weiss: #ffffff;
}

body { 
font-size:20px;
color:#120a01;
line-height:135%; }

.fett{
    font-weight: bold
}

.select{
    color: var(--schwarz);
    padding: 7px 7px 7px 7px;
    margin-right: 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border: 1px solid var(--schwarz);
    border-radius: 3px;
    font-weight: bold;
    width: 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}


img {
    float: auto;
	border:medium none;
	-webkit-border-radius: 7px;
	border-radius: 7px; 
    margin:0 10px 10px 0;
    max-width:100%;
    outline: medium none;
}


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

body { 
font-size:20px;
color:#120a01;
line-height:135%; }

.fett{
    font-weight: bold
}

}
