@charset "UTF-8";
/* CSS Document */

/*
 *
 * Sämtliche Inhalte dieser Website insbesondere Programmierung und Layout sind urheberrechtlich geschützt
 * und das Kopieren oder die Reproduktion der gesamten Inhalte - auch nur auszugsweise - nur nach 
 * schriftlicher Genehmigung durch ...
 * 
 * dsignar // Aaron Rautenberg.
 * https://dsignar.de
 *
*/

/*CE-TEXTPIC*/

.ce-textpic {}

.ce-textpic.ce-left {}

.ce-textpic.ce-left .ce-gallery {
	display: inline-block;
  float: left;
	margin-right:15px;
	margin-bottom:15px;
}

.ce-textpic.ce-right {}

.ce-textpic.ce-right .ce-gallery {
	display: inline-block;
  float: right;
	margin-left:15px;
	margin-bottom:15px;
}


/**/

.frame-type-menu_subpages {}

.frame-type-menu_subpages ul {
	list-style: none;
	padding-left: 0px;
}

.frame-type-menu_subpages ul > li {
	display:inline-block;
	float:left;
}

.frame-type-menu_subpages ul > li > a {
  font-family: 'ImpactLabelRegular';
	font-size: 1.4rem;
	line-height: 1.75rem;
	font-weight: 400;
  white-space: nowrap;
	color: rgba(0,0,0,1.00);
  height: 1.6rem;
  padding: 0;
  display: inline-block;
	margin:1.25rem 0.5rem;
}

.frame-type-menu_subpages ul > li > a {
  /* Rotate div */
	-ms-transform: rotate(1deg); /* IE 9 */
	-webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
	transform: rotate(1deg);
}

.frame-type-menu_subpages ul > li:nth-child(2n) > a {
  /* Rotate div */
	-ms-transform: rotate(-1deg); /* IE 9 */
	-webkit-transform: rotate(-1deg); /* Chrome, Safari, Opera */
	transform: rotate(-1deg);
}
