@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background-color: rgb(224, 224, 224);
	background: url('../img/hg.jpg');
 	overflow-x: hidden;
	-webkit-animation: fadein 1s;
	        animation: fadein 1s;
}	
main {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	margin-left: -10.3125rem;
	z-index:1;
}
main, header, section, nav, footer {
    position: relative;
	width: 300px;
	width: 18.75rem;
}
header {
	z-index: 2;
}
section {
	top: -34px;
	top: -2.125rem;
	border-radius: 3px;
	border: 1px solid rgb(212, 212, 212);
	border: .0625rem solid rgb(212, 212, 212);
	padding: 10px 9px 20px 9px;	
	padding: .625rem .5625rem 1.25rem .5625rem;
	background-color: rgb(255, 255, 255);
	z-index: 5;
}
footer {
	top: -28px;
	top: -1.75rem;
	text-align: center;
}
ul.nav, ul.box {
    position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 5;
}
ul.nav a, ul.box a {
	display: block;
    text-decoration: none;
    width: 236px;
    width: 14.75rem;
    border-radius: 3px;
    border-radius: .188rem;
	padding: 10px;
	padding: .625rem;
	margin-bottom: 8px;
 	margin-bottom: .5rem;
    background-color: rgb(182, 218, 236);
}
ul.box a {
	text-decoration: underline;    
	width: 280px;
	width: 17.5rem;
	border-right: 1px solid rgba(128, 128, 128, .35);
	border-right: .0625rem solid rgba(128, 128, 128, .35);
	border-bottom: 1px solid rgba(128, 128, 128, .35);
	border-bottom: .0625rem solid rgba(128, 128, 128, .35);
	background-color: rgba(128, 128, 128, .15);
}
ul.circle {
	list-style: circle outside url("../img/ta-kreis-green.svg");
	margin-left: -10px;
	margin-left: -.625rem;
    margin-top: 0;
}
li.circle {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}
ul.link {
	list-style-type: none;
	margin: 0 0 0 -40px;
	margin: 0 0 0 -2.5rem;
    width: 280px;
    width: 17.5rem;
}
ul.link li{
	padding: 5px 0 5px 10px;
	padding: .3125rem 0 .3125rem .625rem;
}
ul.link li:nth-child(even) { 
	background: rgb(245, 245, 245);
}
ul.link li:nth-child(odd) { 
	background: rgb(230, 230, 230);
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;}
.flex-item-a {
	width: 280px;
	width: 17.5rem;
}
.flex-item-b {
	width: 280px;
	width: 17.5rem;
	height: auto;
	padding-top: 8px;
	padding-top: .5rem;
}
.flex-item-a img {
	padding-bottom: 12px;
	padding-bottom: .75rem;
}
.box-galerie {
	position: relative;
	width: 280px;
	height: 165px;
	margin: 0 16px 16px 0;
}
.text-galerie {
	position: absolute;
	display: inline-block;
	left: 10px;
	left: .625rem;
	bottom: 10px;
	bottom: .625rem;
	font-family: 'Rajdhani', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black, 2px 2px 4px black;
	text-shadow: .0625rem .0625rem .0625rem black, .0625rem -.0625rem .0625rem black, -.0625rem .0625rem .0625rem black, -.0625rem -.0625rem .0625rem black, .125rem .125rem .25rem black;
	color: rgb(255, 255, 255);
    z-index: 10;
}
.linie {
	margin-top: 5px;
	margin-top: .3125rem;
	margin-bottom: 10px;
	margin-bottom: .625rem;
	width: 280px;
	width: 17.5rem;
	height: 1px;
	height: .0625rem;
	background-color: rgb(192, 192, 192);
}
.ta-svg-logo {
	position: relative;
	top: -16px;
	top: -1rem;
	left: 32px;
	left: 2rem;
	width: 236px;
	width: 14.75rem;
}
.svg-1, svg-2 {
	position: relative;
	top: 4px;
	top: .25rem;
	width: 28px;
	width: 1.75rem;
	height: 28px;
	height: 1.75rem;
}
.svg-2 {
	float: right;
}
.ico-1 {
	height: 32px;
	height: 2rem;
}
h1 {
	font-family: 'Rajdhani', sans-serif;
	margin: 0;
}
p {
  	font-family: 'Karma', serif;
	margin: 0;
}
h1.zeile, p.zeile {
	display: inline;
	margin: 0px;
}
.fs-1 {
	font-size: 26px;
	font-size: 1.625rem;
}
.fs-2 {
	font-size: 16px;
	font-size: 1rem;
}
.fs-3 {
	font-size: 20px;
	font-size: 1.25rem;
}
.fs-4{
	font-size: 36px;
	font-size: 2.25rem;
}
.fs-5{
	font-size: 13px;
	font-size: .8125rem;
}
.fs-6{
	font-size: 18px;
	font-size: 1.125rem;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.lh-110 {
	line-height: 110%;
}
.lh-120 {
	line-height: 120%;
}
/* Farben */
.co-1 {
	color: rgb(255, 255, 225);
}
.co-2 {
	color: rgb(0, 0, 0);
}
.co-3 {
    color: rgb(9, 15, 154); 
}
.co-4 {
    color: rgb(236, 206, 66); 
}
.co-5 {
	color: rgb(160, 160, 160);
}
/* Tabs */
#tabs {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 280px;
    width: 17.5rem;
    margin: 0;
    padding: 0;
}
#tabs li {
    float: left;
    margin: 0;
}
#tabs a {
    position: relative;
    padding: 6px 14px;
    padding: .375rem .875rem;
    float: left;
    text-decoration: none;
    color: rgb(9, 15, 154); 
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    text-shadow: 0 .0625rem 0 rgba(255, 255, 255, 1);
    border-radius: 6px 0 0 0;
    border-radius: .375rem 0 0 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
            box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 .125rem .125rem rgba(0, 0, 0, .5);
            box-shadow: 0 .125rem .125rem rgba(0, 0, 0, .5);
	background-color: rgb(242, 242, 242);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 242, 242)), to(rgb(192, 192, 192)));
    background-image: -o-linear-gradient(top, rgb(242, 242, 242), rgb(192, 192, 192));
    background-image: linear-gradient(to bottom, rgb(242, 242, 242), rgb(192, 192, 192));
}
#tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(212, 212, 212)));
    background-image: -o-linear-gradient(top, rgb(250, 250, 250), rgb(212, 212, 212));
    background-image: linear-gradient(to bottom, rgb(250, 250, 250), rgb(212, 212, 212));
}
#tabs a:focus {
    outline: 0;
}
#tabs a::after{
    content:'';
    position: absolute;
    top: 0;
    right: -5px;
    right: -.3125rem;
    bottom: 0;
    width: 10px;
    width: 0.625rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 242, 242)), to(rgb(192, 192, 192)));
    background-image: -o-linear-gradient(top, rgb(242, 242, 242), rgb(192, 192, 192));
    background-image: linear-gradient(to bottom, rgb(242, 242, 242), rgb(192, 192, 192));
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: .125rem .125rem .125rem rgba(0, 0, 0, 0.5);
            box-shadow: .125rem .125rem .125rem rgba(0, 0, 0, 0.5);
    -webkit-transform: skew(12deg);
        -ms-transform: skew(12deg);
            transform: skew(12deg);
    border-radius: 0 3px 0 0;
    border-radius: 0 .1875rem 0 0;
    z-index: 1;
}
#tabs #current a, #tabs #current a::after {
    background: rgb(245, 245, 245);
    z-index: 3;
}
/* back to top */
#btn-top {
  	position: fixed;
	left: 50%;
	width: 24px;
 	width: 1.5rem;
	height: 40px;
	height: 2.5rem;
    margin-left: -12px;
    margin-left: -.75rem;
	bottom: 64px;
	bottom: 2rem;
	background-image:  url(../img/ta-gotop.svg);
 	background-size: 100%;
	background-repeat: no-repeat;
  	visibility: hidden;
	opacity: 0;
  	-webkit-transition: opacity 1s, visibility .5s;
  	-o-transition: opacity 1s, visibility .5s;
  	transition: opacity 1s, visibility .5s;
  	z-index: 1000;
}
#btn-top:hover {
	opacity: 1;
	cursor: pointer;
}
#btn-top.show {
	visibility: visible;
	opacity: .7;
}
@-webkit-keyframes fadein {
	from {
		opacity:0;}
	to {
		opacity:1;
	}
}
@keyframes fadein {
	from {
		opacity:0;}
	to {
		opacity:1;
	}
}
.dis-1 {
	display: none;
}
.dis-2 {
	display: block;
}
a:link, a:visited, a:hover { 
	text-decoration: underline;
	color: rgb(9, 15, 154);
}
a:active, a:focus {
	outline: none;
}
.foo a:link , .foo a:visited { 
	color: rgb(160, 160, 160);
}
.foo :hover {
	font-weight: 600;
}
@media (min-width: 768px) {
	main {
		margin-left: -320px;
		margin-left: -20rem;
	}
	main, header, section, nav, footer {
		width: 640px;
		width: 40rem;
	}
	section {
		top: -64px;
		top: -4rem;
		border-radius: 4px;
		border-radius: .25rem;
		padding: 16px 15px 32px 15px;	
		padding: 1rem .9375rem 2rem .9375rem;	
		background-color: rgb(248, 248, 248);
	}
	footer {
		top: -46px;
		top: -2.875rem;
	}
	ul.nav a {
    	width: 320px;
     	width: 20rem;
   		border-radius: 4px;
    	border-radius: 0.25rem;
		padding: 12px;
		padding: .75rem;
		margin-bottom: 12px;
 		margin-bottom: .75rem;
	}
	ul.box a {
   	 	width: 310px;
   	 	width: 19.375rem;
	}
	li.circle {
		margin-bottom: 12px;
		margin-bottom: .75rem;
	}
	ul.link {
    	width: 512px;
    	width: 32rem;
	}
	.flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.flex-item-b {
		padding: 0 0 0 16px;
 		padding: 0 0 0 1rem;
   		width: 336px;
   		width: 20.5rem;
	}
	.linie {
		margin-top: 10px;
		margin-top: .625rem;
		margin-bottom: 16px;
		margin-bottom: 1rem;
		width: 600px;
		width: 37.5rem;
	}
	.ta-svg-logo {
		top: -32px;
		top: -2rem;
		left: 96px;
		left: 6rem;
		width: 448px;
		width: 28rem;
	}
	.svg-1, svg-2 {
		top: 8px;
		top: .5rem;
		width: 36px;
		width: 2.25rem;
		height: 36px;
		height: 2.25rem;
	}
	.ic3 {
		height: 36px;
		height: 2.25rem;
	}
	.fs-1 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.fs-2 {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	.fs-3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.fs-4{
		font-size: 40px;
		font-size: 2.5rem;
	}
	.fs-5{
		font-size: 15px;
		font-size: .9375rem;
	}
/* Tabs */
	#tabs {
    	width: 580px;
    	width: 36.25rem;
	}
	#tabs a {
		padding: 8px 12px;
		padding: .5rem .75rem;
	}
	#tabs li {
    	margin: 0;
	}
/* back to top */
	#btn-top {
		width: 28px;
		width: 1.75rem;
		height: 48px;
		height: 3rem;
    	margin-left: -14px;
    	margin-left: -.875rem;
  	}
	.dis-1 {
		display: block;
	}
	.dis-2 {
		display: none;
	}
}
@media (min-width: 1024px) {
	main {
		margin-left: -480px;
		margin-left: -30rem;
	}
	main, header, main, section, nav, footer {
		width: 960px;
		width: 60rem;
	}
	section {
		top: -88px;
		top: -5.5rem;
		padding: 20px 19px 44px 19px;	
		padding: 1rem 1.1875rem 2.75rem 1.1875rem;	
	}
	footer {
		top: -82px;
		top: -5.125rem;
	}
	ul.nav a {
    	width: 440px;
		padding: 16px;
		padding: 1rem;
		margin-bottom: 16px;
 		margin-bottom: 1rem;
	}
	ul.box a {
   	 	width: 480px;
   	 	width: 30rem;
	}
	ul.link {
    	width: 700px;
   		width: 43.75rem;
	}
	.flex-item-b {
  		width: 638px;
  		width: 39.875rem;
		padding-left: 16px;	
		padding-left: 1rem;	
		padding-right: 112px;
		padding-right: 7rem;
	}
	.linie {
		width: 800px;
		width: 50rem;
	}
	.ta-svg-logo {
		top: -44px;
		top: -2.75rem;
		left: 168px;
		left: 10.5rem;
		width: 624px;
		width: 39rem;
	}
	.svg-1, svg-2 {
		top: 12px;
		top: .75rem;
		width: 48px;
		width: 3rem;
		height: 48px;
		height: 3rem;
	}
	.ico-1 {
		height: 42px;
		height: 2.625rem;
	}
	.fs-1 {
		font-size: 34px;
		font-size: 2.125rem;
	}
	.fs-2 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.fs-3 {
		font-size: 26px;
		font-size: 1.625rem;
	}
	.fs-4{
		font-size: 48px;
		font-size: 3rem;
	}
	.fs-5{
		font-size: 17px;
		font-size: 1.0625rem;
	}
	.fs-6{
		font-size: 24px;
		font-size: 1.5rem;
	}
/* back to top */
	#btn-top {
		width: 30px;
 		width: 1.875rem;
 		height: 48px;
  		height: 3rem;
  	}
}